Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 200661
Collapse All | Expand All

(-)DirectFB-0.9.25.1/directfb-config.in (-1 / +1 lines)
Lines 300-306 Link Here
300
      libs=-L@libdir@
300
      libs=-L@libdir@
301
301
302
      if test "$lib_directfb" = "yes"; then
302
      if test "$lib_directfb" = "yes"; then
303
	 libs="$libs -ldirectfb -lfusion -ldirect @THREADLIB@ @ZLIB_LIBS@"
303
	 libs="$libs -ldirectfb -lfusion -ldirect @THREADLIB@ @ZLIB_LIBS@ @SYSFS_LIBS@"
304
304
305
	 if test -z "$echo_static"; then
305
	 if test -z "$echo_static"; then
306
	    libs="$libs @DYNLIB@"
306
	    libs="$libs @DYNLIB@"
(-)DirectFB-0.9.25.1/directfb.pc.in (-1 / +1 lines)
Lines 7-11 Link Here
7
Description: Graphics and windowing library for the Linux frame buffer device
7
Description: Graphics and windowing library for the Linux frame buffer device
8
Version: @VERSION@
8
Version: @VERSION@
9
Requires: fusion direct
9
Requires: fusion direct
10
Libs: -L${libdir} -ldirectfb @THREADLIB@ @DYNLIB@ @ZLIB_LIBS@ @OSX_LIBS@
10
Libs: -L${libdir} -ldirectfb @THREADLIB@ @DYNLIB@ @ZLIB_LIBS@ @SYSFS_LIBS@ @OSX_LIBS@
11
Cflags: @THREADFLAGS@ -I@INCLUDEDIR@
11
Cflags: @THREADFLAGS@ -I@INCLUDEDIR@

Return to bug 200661