aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2016-02-16configure.ac: Bump version to 1.1Jonas Ådahl
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
2016-01-14test: add make checkDerek Foreman
We can now test all the protocol files by running make check (or distcheck) which will pass them through the scanner. Signed-off-by: Derek Foreman <derekf@osg.samsung.com> Reviewed-by: Quentin Glidic <sardemff7+git@sardemff7.net> Acked-by: Peter Hutterer <peter.hutterer@who-t.net> Acked-by: Jonas Ådahl <jadahl@gmail.com>
2015-12-04configure.ac: Fix compatibility for older pkg-config versionsBryce Harrington
noarch_pkgconfigdir is not available on oldish pkg-config's. Among other things this affects Wayland's nightly auto-build Ubuntu 14.04 PPAs. Signed-off-by: Bryce Harrington <bryce@osg.samsung.com> Cc: Pekka Paalanen <ppaalanen@gmail.com> Cc: Quentin Glidic <sardemff7+wayland@sardemff7.net> Cc: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2015-11-25configure.ac: Bump version to 1.0Jonas Ådahl
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
2015-11-25configure.ac: Fix bugzilla linkJonas Ådahl
File bugs to the 'unspecified' version of the 'wayland' component. We currently don't have a 'wayland-protocols' component, and 'wayland' is the closest there is right now. Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
2015-11-25configure.ac: Remove micro version from version numberJonas Ådahl
Just use two numbers, major and minor. There is no practical use for a micro version number. Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
2015-11-23configure.ac: Remove unused output variablesJonas Ådahl
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
2015-11-23configure.ac: Print version when done configuringJonas Ådahl
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
2015-11-23install pkg-config file to arch-independent locationIgor Gnatenko
It is arch-independent, so no need to install it to /usr/lib* Cc: Jonas Ådahl <jadahl@gmail.com> Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> Reviewed-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2015-10-09Add autotools installation filesJonas Ådahl
Currently installs unstable protocols under an unstable/ subdirectory in $prefix/share/wayland-protocols/. Signed-off-by: Jonas Ådahl <jadahl@gmail.com>