From a7d99992bff95237a1e51ce5c6cbf9429516b9eb Mon Sep 17 00:00:00 2001 From: Oliver Hattshire Date: Sun, 11 Sep 2022 16:41:36 +0000 Subject: WIP: Documentation --- configure.ac | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index efd199c..df43249 100644 --- a/configure.ac +++ b/configure.ac @@ -34,6 +34,9 @@ AC_INIT(libXrender, [0.9.10], AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) +PACKAGE_BRIEF="Library for the Render Extension to the X11 protocol" +AC_SUBST(PACKAGE_BRIEF) + # Initialize Automake AM_INIT_AUTOMAKE([foreign dist-xz]) @@ -60,5 +63,6 @@ PKG_CHECK_MODULES(RENDER, [x11 >= 1.6] renderproto >= $RENDER_VERSION) AC_CONFIG_FILES([Makefile src/Makefile + Doxyfile xrender.pc]) AC_OUTPUT -- cgit v1.2.1