X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=Xorg%2Flib%2Fqt4%2FMakefile;h=eb60a5e286e454855c048f56847ebedec214ccf1;hp=e6ee70242c84f410020b775195e4c6d53ddc529c;hb=62c3a65f1b93ba2b248cd0c91cda23e71b1fe1db;hpb=76a0e11a0cbc2e2cc23c9c05a1d3cbc7202ed097 diff --git a/Xorg/lib/qt4/Makefile b/Xorg/lib/qt4/Makefile index e6ee70242c..eb60a5e286 100644 --- a/Xorg/lib/qt4/Makefile +++ b/Xorg/lib/qt4/Makefile @@ -155,6 +155,12 @@ define Package/qt4-qt3support TITLE+=(qt3support) endef +define Package/qt4-declarative + $(call Package/qt4/Default) + TITLE+=(declarative) + DEPENDS+=+qt4-scripttools +endef + TARGET_CFLAGS+="-I$(STAGING_DIR)/usr/include/freetype2" define Build/Configure @@ -248,11 +254,11 @@ define Build/Configure -$(if $(CONFIG_PACKAGE_qt4-phonon-backend),phonon-backend,no-phonon-backend) \ -svg \ -$(if $(CONFIG_PACKAGE_qt4-webkit),webkit,no-webkit) \ - -$(if $(CONFIG_PACKAGE_qt4-javascript-jit),javascript-jit,no-javascript-jit) \ + -no-javascript-jit \ -$(if $(CONFIG_PACKAGE_qt4-script),script,no-script) \ -$(if $(CONFIG_PACKAGE_qt4-scripttools),scripttools,no-scripttools) \ -$(if $(CONFIG_PACKAGE_qt4-accessibility),accessibility,no-accessibility) \ - -no-declarative \ + -$(if $(CONFIG_PACKAGE_qt4-declarative),declarative,no-declarative) \ -no-openssl \ -no-nis \ $(if $(CONFIG_PACKAGE_qt4-gui),,-no-gui) \ @@ -530,6 +536,15 @@ define Package/qt4-qt3-support/install # $(1)/usr/lib/Qt/plugins/ endef +define Package/qt4-declarative/install + $(INSTALL_DIR) \ + $(1)/usr/lib + + $(CP) \ + $(PKG_INSTALL_DIR)/usr/lib/libQtDeclarative.so* \ + $(1)/usr/lib/ +endef + $(eval $(call BuildPackage,qt4)) $(eval $(call BuildPackage,qt4-gui)) $(eval $(call BuildPackage,qt4-demos)) @@ -552,3 +567,4 @@ $(eval $(call BuildPackage,qt4-dbus)) #$(eval $(call BuildPackage,qt4-gtkstyle)) #$(eval $(call BuildPackage,qt4-glib)) $(eval $(call BuildPackage,qt4-qt3support)) +$(eval $(call BuildPackage,qt4-declarative))