mirror of
https://gitlab.freedesktop.org/xorg/lib/libxcursor.git
synced 2026-04-21 17:00:47 +02:00
Various changes preparing packages for RC0:
- Verify and update package version numbers as needed
- Implement versioning scheme
- Change bug address to point to bugzilla bug entry form
- Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
reenable it)
- Fix makedepend to use pkgconfig and pass distcheck
- Update build script to build macros first
- Update modular Xorg version
This commit is contained in:
parent
b34368c667
commit
af4b88bba2
1 changed files with 3 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ dnl version. This same version number must appear in Xcursor.h
|
|||
dnl Yes, it is a pain to synchronize version numbers. Unfortunately, it's
|
||||
dnl not possible to extract the version number here from Xcursor.h
|
||||
dnl
|
||||
AC_INIT([libXcursor],1.1.3,[keithp@keithp.com],[libXcursor])
|
||||
AC_INIT([libXcursor],1.1.3,[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],[libXcursor])
|
||||
AM_INIT_AUTOMAKE([dist-bzip2])
|
||||
AC_CONFIG_SRCDIR([Makefile.am])
|
||||
AM_MAINTAINER_MODE
|
||||
|
|
@ -46,6 +46,8 @@ PKG_CHECK_MODULES(DEP, xrender >= 0.8.2 xfixes x11)
|
|||
AC_SUBST(DEP_CFLAGS)
|
||||
AC_SUBST(DEP_LIBS)
|
||||
|
||||
XORG_RELEASE_VERSION
|
||||
|
||||
AC_OUTPUT([Makefile
|
||||
src/Makefile
|
||||
man/Makefile
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue