From d9ce314ed07c1abea1364c99e76296a676facdd0 Mon Sep 17 00:00:00 2001 From: mirko Date: Sat, 24 Jan 2009 01:48:13 +0000 Subject: [PATCH] do not depend actions on selected profile git-svn-id: svn://svn.openwrt.org/openwrt/packages@14164 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- Xorg/xserver/xglamo/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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 -- 2.11.0