build: remove old pkgconfig templates
In meson these are generated instead. Signed-off-by: Ran Benita <ran@unusedvar.com>master
parent
12f99d0dfe
commit
c6df60d8a7
|
@ -1,12 +0,0 @@
|
|||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
|
||||
Name: xkbcommon-x11
|
||||
Description: XKB API common to servers and clients - X11 support
|
||||
Version: @PACKAGE_VERSION@
|
||||
Requires: xkbcommon
|
||||
Requires.private: xcb xcb-xkb
|
||||
Cflags: -I${includedir}
|
||||
Libs: -L${libdir} -lxkbcommon-x11
|
|
@ -1,10 +0,0 @@
|
|||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
|
||||
Name: xkbcommon
|
||||
Description: XKB API common to servers and clients
|
||||
Version: @PACKAGE_VERSION@
|
||||
Cflags: -I${includedir}
|
||||
Libs: -L${libdir} -lxkbcommon
|
Loading…
Reference in New Issue