Add ross's libgtkstylus

git-svn-id: https://svn.o-hand.com/repos/poky@20 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Chris Lord 2005-09-09 13:52:55 +00:00
parent 3e846ba477
commit 975a1babe2
3 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,5 @@
#!/bin/sh
GTK_MODULES=libgtkstylus.so
export GTK_MODULES

View File

@ -0,0 +1,11 @@
--- libgtkstylus-0.3/Makefile.am.old 2005-01-16 15:56:07.000000000 +0000
+++ libgtkstylus-0.3/Makefile.am 2005-01-16 15:56:08.000000000 +0000
@@ -3,7 +3,7 @@
module_LTLIBRARIES = libgtkstylus.la
INCLUDES = @STYLUS_CFLAGS@
-LDADD = @STYLUS_LIBS@
+LIBS = @STYLUS_LIBS@
libgtkstylus_la_SOURCES = tap.c

View File

@ -0,0 +1,18 @@
DESCRIPTION = "GTK plugin for stylus based systems"
SECTION = "libs"
MAINTAINER = "Chris Lord <chris@openedhand.com>"
DEPENDS = "gtk+"
LICENSE = "LGPL"
FILES_${PN} = "/etc ${libdir}/gtk-2.0"
inherit autotools
SRC_URI = "http://burtonini.com/temp/${PN}-${PV}.tar.bz2 \
file://makefile.patch;patch=1 \
file://gtkstylus.sh"
do_install_append() {
install -d ${D}/${sysconfdir}/X11/Xsession.d
install -m 755 ${WORKDIR}/gtkstylus.sh ${D}/${sysconfdir}/X11/Xsession.d/45gtkstylus
}