mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-25 15:00:09 +00:00
Add explicit dependencies (Xorg_DEPENDENCIES = ) on the internal libraries
(such as libcw.la) that we link into the server, causing it to be rebuild automatically when they're updated. Some system libraries are included, but don't appear to cause any harm. You would think this would be automatic...
This commit is contained in:
@@ -43,6 +43,9 @@ XORG_LIBS = \
|
||||
dixmods/libdixmods.la \
|
||||
@XORG_LIBS@
|
||||
|
||||
Xorg_DEPENDENCIES = \
|
||||
$(XORG_LIBS)
|
||||
|
||||
Xorg_LDADD = $(XORG_LIBS) \
|
||||
@XSERVER_LIBS@ \
|
||||
dixmods/libxorgxkb.la
|
||||
|
||||
Reference in New Issue
Block a user