Vendor things
This commit is contained in:
parent
5deceec006
commit
977e3c17e5
19434 changed files with 10682014 additions and 0 deletions
12
third-party/vendor/wayland-protocols/protocols/m4/compat.m4
vendored
Normal file
12
third-party/vendor/wayland-protocols/protocols/m4/compat.m4
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
dnl noarch_pkgconfigdir only available in pkg-config 0.27 and newer
|
||||
dnl http://lists.freedesktop.org/archives/pkg-config/2012-July/000875.html
|
||||
dnl Ubuntu 14.04 provides only pkg-config 0.26 so lacks this function.
|
||||
dnl
|
||||
dnl The Wayland project maintains automated builds for Ubuntu 14.04 in
|
||||
dnl a Launchpad PPA. 14.04 is a Long Term Support distro release, which
|
||||
dnl will reach EOL April 2019, however the Wayland PPA may stop targeting
|
||||
dnl it some time after the next LTS release (April 2016).
|
||||
m4_ifndef([PKG_NOARCH_INSTALLDIR], [AC_DEFUN([PKG_NOARCH_INSTALLDIR], [
|
||||
noarch_pkgconfigdir='${datadir}'/pkgconfig
|
||||
AC_SUBST([noarch_pkgconfigdir])
|
||||
])])
|
||||
Loading…
Add table
Add a link
Reference in a new issue