diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-06-03 19:28:43 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-06-10 19:01:22 -0700 |
commit | c5eb5d69e5183860185a05cfcce16af635cab9aa (patch) | |
tree | c8087aba08a4f9f84bb315d289fad5cc9d9bbddb /fb | |
parent | 1c08a37e0eb4746e8974eb7a70ca4b7b84712963 (diff) |
Record some additional library dependencies in xf86 modules
Helps with symbol resolution when building with -z defs
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
Diffstat (limited to 'fb')
-rw-r--r-- | fb/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fb/Makefile.am b/fb/Makefile.am index 64e49f345..2f3073da8 100644 --- a/fb/Makefile.am +++ b/fb/Makefile.am @@ -11,8 +11,10 @@ sdk_HEADERS = fb.h fbrop.h fboverlay.h wfbrename.h fbpict.h endif libfb_la_CFLAGS = $(AM_CFLAGS) +libfb_la_LIBADD = $(PIXMAN_LIBS) libwfb_la_CFLAGS = $(AM_CFLAGS) -DFB_ACCESS_WRAPPER +libwfb_la_LIBADD = $(PIXMAN_LIBS) libfb_la_SOURCES = \ fb.h \ |