wok diff galculator/stuff/galculator-2.0.1-gtk2.patch @ rev 16036

ARM: remove audiofile (dont compile on tank) and add xorg-recordproto
author Christophe Lincoln <pankso@slitaz.org>
date Sun Mar 09 03:50:37 2014 +0100 (2014-03-09)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/galculator/stuff/galculator-2.0.1-gtk2.patch	Sun Mar 09 03:50:37 2014 +0100
     1.3 @@ -0,0 +1,31 @@
     1.4 +--- configure
     1.5 ++++ configure
     1.6 +@@ -808,7 +808,6 @@
     1.7 + enable_maintainer_mode
     1.8 + enable_dependency_tracking
     1.9 + enable_nls
    1.10 +-enable_gtk3
    1.11 + enable_shared
    1.12 + enable_static
    1.13 + with_pic
    1.14 +@@ -4798,20 +4797,7 @@
    1.15 + fi
    1.16 + 
    1.17 + 
    1.18 +-# Check whether --enable-gtk3 was given.
    1.19 +-if test "${enable_gtk3+set}" = set; then :
    1.20 +-  enableval=$enable_gtk3; enable_gtk3="${enableval}"
    1.21 +-else
    1.22 +-  enable_gtk3="yes"
    1.23 +-
    1.24 +-fi
    1.25 +-
    1.26 +-
    1.27 +-if test x"$enable_gtk3" = x"yes"; then
    1.28 +-    pkg_modules="gtk+-3.0"
    1.29 +-else
    1.30 +     pkg_modules="gtk+-2.0 >= 2.16.0"
    1.31 +-fi
    1.32 + 
    1.33 + 
    1.34 +