diff options
author | Koen Kooi <koen@openembedded.org> | 2005-06-30 08:19:37 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-06-30 08:19:37 +0000 |
commit | c8e5702127e507e82e6f68a4b8c546803accea9d (patch) | |
tree | 00583491f40ecc640f2b28452af995e3a63a09d7 /packages/libgtkstylus/files | |
parent | 87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff) |
import clean BK tree at cset 1.3670
Diffstat (limited to 'packages/libgtkstylus/files')
-rw-r--r-- | packages/libgtkstylus/files/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/libgtkstylus/files/gtkstylus.sh | 5 | ||||
-rw-r--r-- | packages/libgtkstylus/files/makefile.patch | 11 |
3 files changed, 16 insertions, 0 deletions
diff --git a/packages/libgtkstylus/files/.mtn2git_empty b/packages/libgtkstylus/files/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/libgtkstylus/files/.mtn2git_empty diff --git a/packages/libgtkstylus/files/gtkstylus.sh b/packages/libgtkstylus/files/gtkstylus.sh index e69de29bb2..b1302ede0e 100644 --- a/packages/libgtkstylus/files/gtkstylus.sh +++ b/packages/libgtkstylus/files/gtkstylus.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +GTK_MODULES=libgtkstylus.so + +export GTK_MODULES diff --git a/packages/libgtkstylus/files/makefile.patch b/packages/libgtkstylus/files/makefile.patch index e69de29bb2..fadea69023 100644 --- a/packages/libgtkstylus/files/makefile.patch +++ b/packages/libgtkstylus/files/makefile.patch @@ -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 + |