summaryrefslogtreecommitdiff
path: root/packages/libsexy/files
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2008-03-05 15:05:24 +0000
committerGraeme Gregory <dp@xora.org.uk>2008-03-05 15:05:24 +0000
commit2fb51c1a7ca0f0336a590095484aaf8643f79032 (patch)
tree3dbcac761ab264c29fdc61f6109a29be2ab8b75c /packages/libsexy/files
parent7f7d62b4b1c04d6b2401f4088a9e8316202de752 (diff)
libsexy_0.1.11.bb : add hopefully correct fix for pkgconfig issues.
Diffstat (limited to 'packages/libsexy/files')
-rw-r--r--packages/libsexy/files/.mtn2git_empty0
-rw-r--r--packages/libsexy/files/libsexy-pkgconfig-fixes.patch15
2 files changed, 15 insertions, 0 deletions
diff --git a/packages/libsexy/files/.mtn2git_empty b/packages/libsexy/files/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/libsexy/files/.mtn2git_empty
diff --git a/packages/libsexy/files/libsexy-pkgconfig-fixes.patch b/packages/libsexy/files/libsexy-pkgconfig-fixes.patch
new file mode 100644
index 0000000000..331b24bf1b
--- /dev/null
+++ b/packages/libsexy/files/libsexy-pkgconfig-fixes.patch
@@ -0,0 +1,15 @@
+Index: libsexy-0.1.11/libsexy.pc.in
+===================================================================
+--- libsexy-0.1.11.orig/libsexy.pc.in 2005-11-10 10:21:18.000000000 +0000
++++ libsexy-0.1.11/libsexy.pc.in 2008-03-05 14:36:39.000000000 +0000
+@@ -6,7 +6,8 @@
+ Name: libsexy
+ Description: Doing naughty things to good widgets
+ Version: @VERSION@
+-Libs: -L${libdir} -lsexy @PACKAGE_LIBS@
+-Cflags: -I${includedir} @PACKAGE_CFLAGS@
+
++Requires: pango glib-2.0 gtk+-2.0 libxml
++Libs: -L${libdir} -lsexy
++Cflags: -I${includedir}
+