Fix GLX in Xvfb and kdrive.
This commit is contained in:
parent
9a73bca859
commit
689292e58c
|
@ -78,6 +78,8 @@ Xephyr_DEPENDENCIES = \
|
||||||
$(LIBXEPHYR_HOSTDRI) \
|
$(LIBXEPHYR_HOSTDRI) \
|
||||||
@KDRIVE_LOCAL_LIBS@
|
@KDRIVE_LOCAL_LIBS@
|
||||||
|
|
||||||
|
Xephyr_LDFLAGS = $(LD_EXPORT_SYMBOLS_FLAG)
|
||||||
|
|
||||||
relink:
|
relink:
|
||||||
rm -f $(bin_PROGRAMS) && make $(bin_PROGRAMS)
|
rm -f $(bin_PROGRAMS) && make $(bin_PROGRAMS)
|
||||||
|
|
||||||
|
|
|
@ -21,6 +21,8 @@ Xfake_LDADD = \
|
||||||
@KDRIVE_LIBS@ \
|
@KDRIVE_LIBS@ \
|
||||||
@XSERVER_LIBS@
|
@XSERVER_LIBS@
|
||||||
|
|
||||||
|
Xfake_LDFLAGS = $(LD_EXPORT_SYMBOLS_FLAG)
|
||||||
|
|
||||||
Xfake_DEPENDENCIES = \
|
Xfake_DEPENDENCIES = \
|
||||||
libfake.a \
|
libfake.a \
|
||||||
@KDRIVE_LOCAL_LIBS@
|
@KDRIVE_LOCAL_LIBS@
|
||||||
|
|
|
@ -22,6 +22,8 @@ Xfbdev_DEPENDENCIES = \
|
||||||
libfbdev.a \
|
libfbdev.a \
|
||||||
$(KDRIVE_PURE_LIBS)
|
$(KDRIVE_PURE_LIBS)
|
||||||
|
|
||||||
|
Xfbdev_LDFLAGS = $(LD_EXPORT_SYMBOLS_FLAG)
|
||||||
|
|
||||||
relink:
|
relink:
|
||||||
rm -f $(bin_PROGRAMS) && make $(bin_PROGRAMS)
|
rm -f $(bin_PROGRAMS) && make $(bin_PROGRAMS)
|
||||||
endif
|
endif
|
||||||
|
|
|
@ -13,5 +13,7 @@ Xsdl_LDADD = \
|
||||||
|
|
||||||
Xsdl_DEPENDENCIES = @KDRIVE_LOCAL_LIBS@
|
Xsdl_DEPENDENCIES = @KDRIVE_LOCAL_LIBS@
|
||||||
|
|
||||||
|
Xsdl_LDFLAGS = $(LD_EXPORT_SYMBOLS_FLAG)
|
||||||
|
|
||||||
relink:
|
relink:
|
||||||
rm -f $(bin_PROGRAMS) && make $(bin_PROGRAMS)
|
rm -f $(bin_PROGRAMS) && make $(bin_PROGRAMS)
|
||||||
|
|
|
@ -27,5 +27,7 @@ Xvesa_DEPENDENCIES = \
|
||||||
libvesa.a \
|
libvesa.a \
|
||||||
@KDRIVE_LOCAL_LIBS@
|
@KDRIVE_LOCAL_LIBS@
|
||||||
|
|
||||||
|
Xvesa_LDFLAGS = $(LD_EXPORT_SYMBOLS_FLAG)
|
||||||
|
|
||||||
relink:
|
relink:
|
||||||
rm -f $(bin_PROGRAMS) && make $(bin_PROGRAMS)
|
rm -f $(bin_PROGRAMS) && make $(bin_PROGRAMS)
|
||||||
|
|
|
@ -26,6 +26,7 @@ XVFB_LIBS = \
|
||||||
|
|
||||||
Xvfb_LDADD = $(XVFB_LIBS) $(XVFB_SYS_LIBS) $(XSERVER_SYS_LIBS)
|
Xvfb_LDADD = $(XVFB_LIBS) $(XVFB_SYS_LIBS) $(XSERVER_SYS_LIBS)
|
||||||
Xvfb_DEPENDENCIES = $(XVFB_LIBS)
|
Xvfb_DEPENDENCIES = $(XVFB_LIBS)
|
||||||
|
Xvfb_LDFLAGS = $(LD_EXPORT_SYMBOLS_FLAG)
|
||||||
|
|
||||||
# Man page
|
# Man page
|
||||||
include $(top_srcdir)/cpprules.in
|
include $(top_srcdir)/cpprules.in
|
||||||
|
|
Loading…
Reference in New Issue