diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2009-01-07 13:09:48 +0100 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2009-01-07 13:11:46 +0100 |
commit | 7e891e410a494b4fec7d8835f20a04ef4a307096 (patch) | |
tree | ebe3e05c0347f4dccdbfa5461b7276a2d7e42002 /packages/maemo/xsp/xsp-fix-pc.patch | |
parent | a8a0ce7efd2c063171bdcbf7a2104a8d4b071b2f (diff) |
xsp: Fix pc file - passes sanity check now.
Diffstat (limited to 'packages/maemo/xsp/xsp-fix-pc.patch')
-rw-r--r-- | packages/maemo/xsp/xsp-fix-pc.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/maemo/xsp/xsp-fix-pc.patch b/packages/maemo/xsp/xsp-fix-pc.patch new file mode 100644 index 0000000000..d4f368d1ad --- /dev/null +++ b/packages/maemo/xsp/xsp-fix-pc.patch @@ -0,0 +1,10 @@ +--- Xsp/xsp.pc.in~ 2009-01-07 13:06:07.000000000 +0100 ++++ Xsp/xsp.pc.in 2009-01-07 13:06:07.000000000 +0100 +@@ -6,5 +6,5 @@ + Name: Xsp + Description: X Sputnik Library + Version: @PACKAGE_VERSION@ +-Cflags: -I${includedir} @XSP_CFLAGS@ @X_CFLAGS@ +-Libs: -L${libdir} -lXsp @XSP_LIBS@ @X_LIBS@ ++Cflags: -I${includedir} ++Libs: -L${libdir} -lXsp -lX11 |