disable kdrive
git-svn-id: svn://svn.openwrt.org/openwrt/packages@11801 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
9a06222380
commit
c215b33873
@ -19,18 +19,18 @@ include $(INCLUDE_DIR)/package.mk
|
|||||||
|
|
||||||
EXTRA_CFLAGS+= -I${STAGING_DIR}/usr/include/X11/GL -I${STAGING_DIR}/usr/include/X11/dri/ -I${STAGING_DIR}/usr/include/X11/ -Wl,-rpath-link=$(STAGING_DIR)/usr/lib
|
EXTRA_CFLAGS+= -I${STAGING_DIR}/usr/include/X11/GL -I${STAGING_DIR}/usr/include/X11/dri/ -I${STAGING_DIR}/usr/include/X11/ -Wl,-rpath-link=$(STAGING_DIR)/usr/lib
|
||||||
|
|
||||||
CONFIGURE_ARGS_KDRIVE=--enable-composite --enable-kdrive \
|
#CONFIGURE_ARGS_KDRIVE=--enable-composite --enable-kdrive \
|
||||||
--disable-dga --disable-dri --disable-xinerama \
|
# --disable-dga --disable-dri --disable-xinerama \
|
||||||
--disable-xf86misc --disable-xf86vidmode \
|
# --disable-xf86misc --disable-xf86vidmode \
|
||||||
--disable-xorg --disable-xorgcfg \
|
# --disable-xorg --disable-xorgcfg \
|
||||||
--disable-xkb --disable-xnest --disable-xvfb \
|
# --disable-xkb --disable-xnest --disable-xvfb \
|
||||||
--disable-xevie --disable-xprint --disable-xtrap \
|
# --disable-xevie --disable-xprint --disable-xtrap \
|
||||||
--disable-dmx --disable-w100 \
|
# --disable-dmx --disable-w100 \
|
||||||
--with-default-font-path=built-ins \
|
# --with-default-font-path=built-ins \
|
||||||
--enable-tslib --enable-xcalibrate
|
# --enable-tslib --enable-xcalibrate
|
||||||
|
|
||||||
CONFIGURE_VARS+=ac_cv_file__usr_share_sgml_X11_defs_ent=yes
|
CONFIGURE_VARS+=ac_cv_file__usr_share_sgml_X11_defs_ent=yes
|
||||||
CONFIGURE_ARGS+=$(if $(CONFIG_XORG_BUILD_KDRIVE), $(CONFIGURE_ARGS_KDRIVE))
|
#CONFIGURE_ARGS+=$(if $(CONFIG_XORG_BUILD_KDRIVE), $(CONFIGURE_ARGS_KDRIVE))
|
||||||
|
|
||||||
DEPENDS_SERVER:=+calibrateproto \
|
DEPENDS_SERVER:=+calibrateproto \
|
||||||
+compositeproto \
|
+compositeproto \
|
||||||
@ -76,23 +76,23 @@ DEPENDS_SERVER:=+calibrateproto \
|
|||||||
+Mesa \
|
+Mesa \
|
||||||
@DISPLAY_SUPPORT
|
@DISPLAY_SUPPORT
|
||||||
|
|
||||||
DEPENDS_KDRIVE:=+calibrateproto \
|
#DEPENDS_KDRIVE:=+calibrateproto \
|
||||||
+compositeproto \
|
# +compositeproto \
|
||||||
+damageproto \
|
# +damageproto \
|
||||||
+fixesproto \
|
# +fixesproto \
|
||||||
+recordproto \
|
# +recordproto \
|
||||||
+resourceproto \
|
# +resourceproto \
|
||||||
+scrnsaverproto \
|
# +scrnsaverproto \
|
||||||
+videoproto \
|
# +videoproto \
|
||||||
+xextproto \
|
# +xextproto \
|
||||||
+xproto \
|
# +xproto \
|
||||||
+libXext \
|
# +libXext \
|
||||||
+libXdmcp \
|
# +libXdmcp \
|
||||||
+libXfont \
|
# +libXfont \
|
||||||
+libXrandr \
|
# +libXrandr \
|
||||||
+xtrans \
|
# +xtrans \
|
||||||
+libX11 \
|
# +libX11 \
|
||||||
@DISPLAY_SUPPORT
|
# @DISPLAY_SUPPORT
|
||||||
|
|
||||||
|
|
||||||
ifeq ($(CONFIG_TARGET_olpc),y)
|
ifeq ($(CONFIG_TARGET_olpc),y)
|
||||||
@ -101,11 +101,11 @@ else
|
|||||||
XORG_CONFIG_FILE=xorg.conf
|
XORG_CONFIG_FILE=xorg.conf
|
||||||
endif
|
endif
|
||||||
|
|
||||||
define Package/xorg-server/config
|
#define Package/xorg-server/config
|
||||||
config XORG_BUILD_KDRIVE
|
# config XORG_BUILD_KDRIVE
|
||||||
bool "Build kdrive instead of xserver"
|
# bool "Build kdrive instead of xserver"
|
||||||
depends PACKAGE_xorg-server
|
# depends PACKAGE_xorg-server || BROKEN
|
||||||
endef
|
#endef
|
||||||
|
|
||||||
define Package/xorg-server/Default
|
define Package/xorg-server/Default
|
||||||
SECTION:=xorg-server
|
SECTION:=xorg-server
|
||||||
|
Loading…
x
Reference in New Issue
Block a user