From c5ad3d266e51421cd59d87ab66f6a3b7f2fd957c Mon Sep 17 00:00:00 2001 From: Mirko Vogt Date: Thu, 1 Jan 2009 17:41:14 +0000 Subject: [PATCH 1/1] adding touchscreen calibration file for the Openmoko gta02 "Freerunner" and some minor changes SVN-Revision: 13797 --- Xorg/xserver/xglamo/Makefile | 10 ++++++++-- .../xglamo/files/config/{om_gta02 => x11.om_gta02} | 0 Xorg/xserver/xglamo/files/pointercal.om_gta02 | Bin 0 -> 46 bytes 3 files changed, 8 insertions(+), 2 deletions(-) rename Xorg/xserver/xglamo/files/config/{om_gta02 => x11.om_gta02} (100%) create mode 100644 Xorg/xserver/xglamo/files/pointercal.om_gta02 diff --git a/Xorg/xserver/xglamo/Makefile b/Xorg/xserver/xglamo/Makefile index 5e4c503615..bfc6664bfe 100644 --- a/Xorg/xserver/xglamo/Makefile +++ b/Xorg/xserver/xglamo/Makefile @@ -52,8 +52,13 @@ CONFIGURE_ARGS += --disable-dga \ CONFIGURE_VARS+=ac_cv_file__usr_share_sgml_X11_defs_ent=yes -ifeq ($(CONFIG_TARGET_om_gta02),y) +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) + X_CONFIG=om_gta02 + TS_POINTERCAL=om_gta02 endif define Package/xglamo @@ -120,7 +125,8 @@ define Package/xglamo/install $(INSTALL_DIR) $(1)/usr/bin $(1)/usr/lib $(1)/etc/init.d $(1)/etc/config $(CP) $(PKG_INSTALL_DIR)/usr/bin/Xglamo $(1)/usr/bin/ $(CP) ./files/x.init $(1)/etc/init.d/x11 - $(if $(X_CONFIG),$(CP) ./files/config/$(X_CONFIG) $(1)/etc/config/x11) + $(if $(TS_POINTERCAL),$(CP) ./files/pointercal.$(TS_POINTERCAL) $(1)/etc/pointercal) + $(if $(X_CONFIG),$(CP) ./files/config/x11.$(X_CONFIG) $(1)/etc/config/x11) $(CP) $(PKG_INSTALL_DIR)/usr/lib/* $(1)/usr/lib/ endef diff --git a/Xorg/xserver/xglamo/files/config/om_gta02 b/Xorg/xserver/xglamo/files/config/x11.om_gta02 similarity index 100% rename from Xorg/xserver/xglamo/files/config/om_gta02 rename to Xorg/xserver/xglamo/files/config/x11.om_gta02 diff --git a/Xorg/xserver/xglamo/files/pointercal.om_gta02 b/Xorg/xserver/xglamo/files/pointercal.om_gta02 new file mode 100644 index 0000000000000000000000000000000000000000..841ec7fab2e8e37afeb8c3afa1626a62d8fd1543 GIT binary patch literal 46 ucmV~$u>k-e3<5A`uiya(XrcQ5VcS<-WN1%w#i;F_+%Gw{#l?a0X literal 0 HcmV?d00001 -- 2.30.2