mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-27 07:29:32 +00:00
client: Don't hardcode -lrt
-lrt is already included in SPICE_NONPKGCONFIG_LIBS if needed so no need to add it to the command line manually.
This commit is contained in:
parent
3f3283ee17
commit
d8faf813e7
@ -203,5 +203,4 @@ spicec_LDADD = \
|
||||
$(GL_LIBS) \
|
||||
$(XRANDR_LIBS) \
|
||||
$(MISC_X_LIBS) \
|
||||
$(CEGUI_LIBS) \
|
||||
-lrt
|
||||
$(CEGUI_LIBS)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user