mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-14 06:40:18 +01:00
Don't link XGL_LIBS in xgl
Link glucose in with libxgl to pull in symbols.
This commit is contained in:
parent
ac41255d56
commit
381be46465
2 changed files with 3 additions and 3 deletions
|
|
@ -13,6 +13,8 @@ libglucose_la_SOURCES = \
|
|||
glucosemodule.c
|
||||
|
||||
libglucose_la_LIBADD = \
|
||||
../../../glucose/libglucose.la
|
||||
../../../glucose/libglucose.la \
|
||||
../../../xgl/libxgl.la
|
||||
|
||||
|
||||
include $(top_srcdir)/cpprules.in
|
||||
|
|
|
|||
|
|
@ -38,5 +38,3 @@ libxgl_la_SOURCES = \
|
|||
xgltrap.c \
|
||||
xglwindow.c \
|
||||
xglxv.c
|
||||
|
||||
libxgl_la_LIBADD = $(XGL_LIBS)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue