add gtk2 fix by larsc

git-svn-id: svn://svn.openwrt.org/openwrt/packages@13719 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2008-12-22 16:31:35 +00:00
parent 883d094d3e
commit f03d65bcfb

View File

@ -31,7 +31,7 @@ EXTRA_LDFLAGS+=\
-L$(STAGING_DIR)/usr/lib/libiconv/lib/ \
-L$(STAGING_DIR)/usr/lib/
STAMP_CONFIGURED:=$(STAMP_CONFIGURED)_$(call confvar,CONFIG_PACKAGE_gtk2 CONFIG_PACKAGE_gtk-cups2)
STAMP_CONFIGURED:=$(STAMP_CONFIGURED)_$(call confvar,CONFIG_PACKAGE_gtk2 CONFIG_PACKAGE_gtk2-cups)
define Package/gtk2
SECTION:=xorg-framework
@ -60,7 +60,7 @@ define Build/Configure
--disable-xinerama \
--without-libjasper \
--with-xinput \
$(if $(CONFIG_PACKAGE_gtk2-cups),--enable-cups,--disable-cups), \
$(if $(CONFIG_PACKAGE_gtk2-cups),--enable-cups=auto,--disable-cups), \
gio_can_sniff=no \
)
endef