mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
c0ed8cec30
fixes #1290
19 lines
707 B
Diff
19 lines
707 B
Diff
--- A/configure.ac
|
|
+++ B/configure.ac
|
|
@@ -39,6 +39,7 @@ AC_PROG_CC
|
|
AC_PROG_CXX
|
|
AC_PROG_F77
|
|
AC_PROG_CPP
|
|
+AC_PROG_OBJCXX
|
|
AC_PROG_MAKE_SET
|
|
SAH_LINKS
|
|
AC_LANG_PUSH(C)
|
|
@@ -744,6 +745,8 @@ AM_CONDITIONAL(ENABLE_LIBRARIES, [test "
|
|
AM_CONDITIONAL(INSTALL_HEADERS, [test "${enable_install_headers}" = yes])
|
|
AM_CONDITIONAL(HAVE_CUDA_LIB, [test "${enable_client}" = yes -a -f ./coprocs/CUDA/posix/${boinc_platform}/libcudart.so])
|
|
|
|
+PKG_CHECK_MODULES([GTK2], [gtk+-2.0])
|
|
+
|
|
dnl ======================================================================
|
|
dnl some more vodoo required for building portable client-binary (client, clientgui)
|
|
dnl ======================================================================
|