mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-31 22:25:25 -04:00
Name libraries -client and -server for consistency
Instead of wayland-server and wayland...
This commit is contained in:
parent
4fe1a3ed3a
commit
a661f263b4
11 changed files with 12 additions and 15 deletions
|
|
@ -25,5 +25,5 @@ AC_CHECK_LIB(expat, XML_ParserCreate, [EXPAT_LIBS="-lexpat"],
|
|||
[AC_MSG_ERROR([Can't find expat library. Please install expat.])])
|
||||
AC_SUBST(EXPAT_LIBS)
|
||||
|
||||
AC_CONFIG_FILES([config.mk wayland-server.pc wayland.pc])
|
||||
AC_CONFIG_FILES([config.mk wayland-server.pc wayland-client.pc])
|
||||
AC_OUTPUT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue