/[packages]/cauldron/directfb/current/SOURCES/03_link_static_sysfs.patch
ViewVC logotype

Contents of /cauldron/directfb/current/SOURCES/03_link_static_sysfs.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 17542 - (show annotations) (download)
Fri Jan 14 15:56:10 2011 UTC (13 years, 3 months ago) by ahmad
File size: 584 byte(s)
imported package directfb
1 diff -p -up DirectFB-1.1.1/directfb-config.in.orig DirectFB-1.1.1/directfb-config.in
2 --- DirectFB-1.1.1/directfb-config.in.orig 2008-05-27 18:44:31.000000000 -0300
3 +++ DirectFB-1.1.1/directfb-config.in 2008-05-27 18:44:44.000000000 -0300
4 @@ -98,6 +98,11 @@ while test $# -gt 0; do
5
6 for i in `echo $optarg | sed 's/,/ /g'`; do
7 echo_graphics="$echo_graphics $moduledir/gfxdrivers/libdirectfb_$i.o"
8 + case $i in
9 + matrox)
10 + echo_graphics="$echo_graphics @SYSFS_LIBS@"
11 + ;;
12 + esac
13 done
14
15 echo_static=yes

  ViewVC Help
Powered by ViewVC 1.1.30