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-overlay/x11-themes/gtk-engines-rezlooks/files/gtk-engines-rezlooks-0.6-sl...

13 lines
403 B

https://bugs.gentoo.org/782634
--- a/configure.ac
+++ b/configure.ac
@@ -21,6 +21,8 @@ disableval="y"
AC_ARG_ENABLE(animation, [ --enable-animation compile rezlooks with animation support], [animation=$disableval], [animation=$enableval])
+AC_SEARCH_LIBS([sqrt], [m])
+
PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.8.0,,
AC_MSG_ERROR([GTK+-2.8 is required to compile rezlooks]))