Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
xorg
lib
libXft
Commits
1a34928c
Commit
1a34928c
authored
Jul 02, 2008
by
Adam Jackson
💣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libXft 2.1.13
parent
19240d36
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
configure.ac
configure.ac
+1
-1
include/X11/Xft/Xft.h
include/X11/Xft/Xft.h
+1
-1
src/Makefile.am
src/Makefile.am
+1
-1
No files found.
configure.ac
View file @
1a34928c
...
...
@@ -30,7 +30,7 @@ dnl Yes, it is a pain to synchronize version numbers. Unfortunately, it's
dnl not possible to extract the version number here from Xft.h
dnl Please bump the minor library number at each release as well.
dnl
AC_INIT(libXft, 2.1.1
2
, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXft)
AC_INIT(libXft, 2.1.1
3
, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXft)
AC_CONFIG_AUX_DIR(.)
AM_INIT_AUTOMAKE([dist-bzip2])
...
...
include/X11/Xft/Xft.h
View file @
1a34928c
...
...
@@ -31,7 +31,7 @@
#define XFT_MAJOR 2
#define XFT_MINOR 1
#define XFT_REVISION 1
2
#define XFT_REVISION 1
3
#define XFT_VERSION ((XFT_MAJOR * 10000) + (XFT_MINOR * 100) + (XFT_REVISION))
#define XftVersion XFT_VERSION
...
...
src/Makefile.am
View file @
1a34928c
...
...
@@ -24,7 +24,7 @@ libXft_la_SOURCES = xftint.h \
libXft_la_LIBADD
=
@FONTCONFIG_LIBS@ @FREETYPE_LIBS@ @XRENDER_LIBS@
# -version-number requires libtool >= 1.5
libXft_la_LDFLAGS
=
-version-number
2:1:
2
-no-undefined
libXft_la_LDFLAGS
=
-version-number
2:1:
13
-no-undefined
libXftincludedir
=
$(includedir)
/X11/Xft
libXftinclude_HEADERS
=
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment