~ubuntu-branches/ubuntu/jaunty/kdegraphics/jaunty-backports

« back to all changes in this revision

Viewing changes to doc/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Harald Sitter, Guillaume Martres, Harald Sitter
  • Date: 2008-08-30 02:32:46 UTC
  • mfrom: (1.1.17 upstream)
  • Revision ID: james.westby@ubuntu.com-20080830023246-smgitfj3juyxbhvi
Tags: 4:4.1.1-0ubuntu1
[ Guillaume Martres ]
* New upstream release
* removed debian/cdbs directory, not needed with kde4.mk
* debian/rules:
  - removed THIS_SHOULD_GO_TO_UNSTABLE, not needed with latest cdbs
* debian/control:
  - ensure cdbs version is (>= 0.4.52ubuntu7) and kdelibs5-dev is (>= 4:4.1.1)
* updated debian/kgamma.install

[ Harald Sitter ]
* Remove THIS_SHOULD_GO_TO_UNSTABLE, not needed with kde4.mk anymore

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
if(Q_WS_X11)
2
2
    add_subdirectory(ksnapshot)
3
 
    if (XVIDMODEEXTENSIONS_FOUND)
 
3
    if (X11_xf86vmode_FOUND)
4
4
       add_subdirectory(kgamma)
5
 
    endif (XVIDMODEEXTENSIONS_FOUND)
 
5
    endif (X11_xf86vmode_FOUND)
6
6
endif(Q_WS_X11)
7
7
 
8
8
if(KDE4_GPHOTO2 AND GPHOTO2_FOUND)