do not depend actions on selected profile
authormirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 24 Jan 2009 01:48:13 +0000 (01:48 +0000)
committermirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 24 Jan 2009 01:48:13 +0000 (01:48 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@14164 3c298f89-4303-0410-b956-a3cf2f4a3e73

Xorg/xserver/xglamo/Makefile

index d16d268..03f8d96 100644 (file)
@@ -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