View | Details | Raw Unified
Collapse All | Expand All

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