You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-libs/DirectFB/files/DirectFB-1.1.1-pkgconfig.patch

23 lines
637 B

http://bugs.gentoo.org/200661
--- DirectFB/directfb-config.in
+++ DirectFB/directfb-config.in
@@ -306,7 +306,7 @@
libs="$libs -ldirectfb -lfusion -ldirect @THREADLIB@"
if test -n "$echo_static"; then
- libs="$libs @DYNLIB@ @ZLIB_LIBS@"
+ libs="$libs @DYNLIB@ @ZLIB_LIBS@ @SYSFS_LIBS@"
fi
fi
--- DirectFB/directfb.pc.in
+++ DirectFB/directfb.pc.in
@@ -8,5 +8,5 @@
Version: @VERSION@
Requires: fusion direct
Libs: -L${libdir} -ldirectfb @THREADLIB@ @OSX_LIBS@
-Libs.private: -L${libdir} @DYNLIB@ @ZLIB_LIBS@
+Libs.private: -L${libdir} @DYNLIB@ @ZLIB_LIBS@ @SYSFS_LIBS@
Cflags: @THREADFLAGS@ -I@INCLUDEDIR@