adding touchscreen calibration file for the Openmoko gta02 "Freerunner" and some minor changes

git-svn-id: svn://svn.openwrt.org/openwrt/packages@13797 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mirko 2009-01-01 17:41:14 +00:00
parent 9a2f9ad2bf
commit 10da7c51e8
3 changed files with 8 additions and 2 deletions

View File

@ -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

Binary file not shown.