]> git.pld-linux.org Git - packages/cdrdao.git/blame - cdrdao-mm.patch
- now xdao is default off
[packages/cdrdao.git] / cdrdao-mm.patch
CommitLineData
1ada320e 1--- configure.in~ 2004-07-10 13:22:45.144089480 +0200
2+++ configure.in 2004-07-10 13:23:19.274900808 +0200
3@@ -216,9 +216,9 @@
4 fi
5 if test "$xdao" = yes; then
6 en_xdao=yes
7- PKG_CHECK_MODULES(GTKMM2, gtkmm-2.0 >= 2.2,[],
8+ PKG_CHECK_MODULES(GTKMM2, gtkmm-2.4 >= 2.2,[],
9 [echo "Building of gcdmaster disabled"; en_xdao=no])
10- PKG_CHECK_MODULES(LIBGUIMM2, libgnomeuimm-2.0 >= 2.0,[],
11+ PKG_CHECK_MODULES(LIBGUIMM2, libgnomeuimm-2.6 >= 2.0,[],
12 [echo "Building of gcdmaster disabled"; en_xdao=no])
13 fi
14
This page took 0.147664 seconds and 4 git commands to generate.