From: Mirko Vogt Date: Sat, 24 Jan 2009 01:48:13 +0000 (+0000) Subject: do not depend actions on selected profile X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=8cf679c5f2e9b99df5d77f3f0893c6f2bd3972b9;p=openwrt%2Fsvn-archive%2Fpackages.git do not depend actions on selected profile SVN-Revision: 14164 --- diff --git a/Xorg/xserver/xglamo/Makefile b/Xorg/xserver/xglamo/Makefile index d16d26890..03f8d96c8 100644 --- a/Xorg/xserver/xglamo/Makefile +++ b/Xorg/xserver/xglamo/Makefile @@ -52,11 +52,7 @@ CONFIGURE_ARGS += --disable-dga \ CONFIGURE_VARS+=ac_cv_file__usr_share_sgml_X11_defs_ent=yes -ifeq ($(CONFIG_TARGET_s3c24xx_openmoko-gta02-graphical),y) - X_CONFIG=om_gta02 - TS_POINTERCAL=om_gta02 -endif -ifeq ($(CONFIG_TARGET_s3c24xx_openmoko-gta02-minimal),y) +ifeq ($(CONFIG_TARGET_s3c24xx),y) X_CONFIG=om_gta02 TS_POINTERCAL=om_gta02 endif