mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-11 18:26:42 +00:00
server: remove dep on CEGUI
This commit is contained in:
parent
faae857c08
commit
d69e4f7ef2
@ -157,14 +157,12 @@ if test "x$use_gui" = "xyes"; then
|
||||
[
|
||||
AC_SUBST(CEGUI06_CFLAGS)
|
||||
AC_SUBST(CEGUI06_LIBS)
|
||||
SPICE_REQUIRES+=" CEGUI-0.6"
|
||||
CEGUI06_CFLAGS+="-DUSE_GUI"
|
||||
],
|
||||
[
|
||||
PKG_CHECK_MODULES(CEGUI, CEGUI >= 0.6.0 CEGUI < 0.7.0)
|
||||
AC_SUBST(CEGUI_CFLAGS)
|
||||
AC_SUBST(CEGUI_LIBS)
|
||||
SPICE_REQUIRES+=" CEGUI"
|
||||
CEGUI_CFLAGS+="-DUSE_GUI"
|
||||
])
|
||||
fi
|
||||
|
||||
Loading…
Reference in New Issue
Block a user