You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-full-overlay/app-text/xiphos/files/xiphos-4.2.1-glib_version_m...

11 lines
223 B

--- a/cmake/config.h.cmake.in
+++ b/cmake/config.h.cmake.in
@@ -63,5 +63,7 @@
// strcasestr
#cmakedefine HAVE_STRCASESTR 1
+// glib-2.68.0+ compatibility
+#define GLIB_VERSION_MIN_REQUIRED (GLIB_VERSION_2_26)
#endif