From: mirko Date: Sat, 24 Jan 2009 01:48:13 +0000 (+0000) Subject: do not depend actions on selected profile X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=d9ce314ed07c1abea1364c99e76296a676facdd0;p=packages.git do not depend actions on selected profile git-svn-id: svn://svn.openwrt.org/openwrt/packages@14164 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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