qt4: Fix NPTL build options

git-svn-id: svn://svn.openwrt.org/openwrt/packages@22697 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mb 2010-08-18 14:03:37 +00:00
parent 343627412d
commit d7e047ba0d

View File

@ -295,12 +295,12 @@ define Build/Configure
-phonon \
-no-phonon-backend \
-svg \
-$(if $(NPTL),webkit,-no-webkit) \
$(if $(NPTL),-webkit,-no-webkit) \
-no-javascript-jit \
-$(if $(NPTL),script,-no-script) \
-$(if $(NPTL),scripttools,-no-scripttools) \
$(if $(NPTL),-script,-no-script) \
$(if $(NPTL),-scripttools,-no-scripttools) \
-no-accessibility \
-$(if $(NPTL),declarative,-no-declarative) \
$(if $(NPTL),-declarative,-no-declarative) \
-no-openssl \
-no-nis \
-no-cups \