[Github-comments] [geany/geany] Make GTK3 build the default, and GTK2 build optional (#2610)
Matthew Brush
notifications at xxxxx
Sat Oct 3 16:32:03 UTC 2020
@codebrainz commented on this pull request.
>
gtk2_package=gtk+-2.0
gtk2_min_version=2.24
gtk3_package=gtk+-3.0
gtk3_min_version=3.0
-PKG_CHECK_EXISTS([$gtk2_package >= $gtk2_min_version], [have_gtk2=yes], [have_gtk2=no])
-PKG_CHECK_EXISTS([$gtk3_package >= $gtk3_min_version], [have_gtk3=yes], [have_gtk3=no])
-AS_IF([test "x$enable_gtk3" = xyes || (test "x$enable_gtk3" != xno &&
- test "x$have_gtk3" = xyes &&
- test "x$have_gtk2" = xno)],
- [gtk_package=$gtk3_package
- gtk_min_version=$gtk3_min_version],
- [gtk_package=$gtk2_package
- gtk_min_version=$gtk2_min_version])
+AS_IF([test "x$enable_gtk2" = "xyes"],
+ [PKG_CHECK_MODULES([GTK],
I didn't notice the duplicated `PKG_CHECK_MODULES` checks, will fix it.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/2610#discussion_r499162031
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20201003/51b0d712/attachment-0001.htm>
More information about the Github-comments
mailing list