From: mb Date: Sun, 17 Oct 2010 18:15:51 +0000 (+0000) Subject: xorg-kdrive: Enable parallel build X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=6f5f12052d3bfe7b82bc8a85d712de0227b5ca31;p=packages.git xorg-kdrive: Enable parallel build git-svn-id: svn://svn.openwrt.org/openwrt/packages@23511 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/Xorg/xorg/xserver/xorg-kdrive/Makefile b/Xorg/xorg/xserver/xorg-kdrive/Makefile index fbb1d19a7..80762758c 100644 --- a/Xorg/xorg/xserver/xorg-kdrive/Makefile +++ b/Xorg/xorg/xserver/xorg-kdrive/Makefile @@ -25,11 +25,12 @@ PKG_BUILD_DEPENDS:=randrproto renderproto fixesproto damageproto xcmiscproto \ PKG_CONFIG_DEPENDS := \ CONFIG_PACKAGE-xserver-kdrive-fbdev \ CONFIG_PACKAGE_xserver-kdrive-xephyr \ - CONFIG_X_TSLIB CONFIG_X_COMPOSITE \ + CONFIG_X_TSLIB CONFIG_X_COMPOSITE \ CONFIG_X_XINERAMA CONFIG_X_XCALIBRATE PKG_FIXUP:=libtool PKG_INSTALL:=1 +PKG_BUILD_PARALLEL:=1 include $(INCLUDE_DIR)/package.mk