Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
buildsystem: add -uninstalled.pc pkg-config file
For building against an uninstalled wayland-protocols tree

Signed-off-by: Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
Reviewed-by: Derek Foreman <derekf@osg.samsung.com>
Signed-off-by: Derek Foreman <derekf@osg.samsung.com>
Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
Reviewed-by: Jonas Ådahl <jadahl@gmail.com>
  • Loading branch information
reynaldo authored and jadahl committed Aug 30, 2016
1 parent 2e541a3 commit 4253ad0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions configure.ac
Expand Up @@ -35,6 +35,7 @@ PKG_NOARCH_INSTALLDIR
AC_CONFIG_FILES([
Makefile
wayland-protocols.pc
wayland-protocols-uninstalled.pc
])
AC_OUTPUT

Expand Down
5 changes: 5 additions & 0 deletions 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@

0 comments on commit 4253ad0

Please sign in to comment.