diff options
author | Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> | 2016-08-25 10:13:18 -0700 |
---|---|---|
committer | Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> | 2016-08-25 10:13:18 -0700 |
commit | 6e2d78020e26851b5a6350c2f31304f4e2e92b75 (patch) | |
tree | 8702b057009aa95e07b9992c7c0957aef1bb57cd | |
parent | 2e541a36deff5f2e16e25e27f7f93d26822eecc2 (diff) |
buildsystem: add missing uninstalled pkg-config infrauninstalled
Signed-off-by: Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
-rw-r--r-- | configure.ac | 1 | ||||
-rw-r--r-- | wayland-protocols-uninstalled.pc.in | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 4c43daa..fbb0ec2 100644 --- a/configure.ac +++ b/configure.ac @@ -35,6 +35,7 @@ PKG_NOARCH_INSTALLDIR AC_CONFIG_FILES([ Makefile wayland-protocols.pc + wayland-protocols-uninstalled.pc ]) AC_OUTPUT diff --git a/wayland-protocols-uninstalled.pc.in b/wayland-protocols-uninstalled.pc.in new file mode 100644 index 0000000..cf7adf2 --- /dev/null +++ b/wayland-protocols-uninstalled.pc.in @@ -0,0 +1,5 @@ +pkgdatadir=@abs_top_srcdir@ + +Name: Wayland Protocols +Description: Wayland protocol files (not installed) +Version: @WAYLAND_PROTOCOLS_VERSION@ |