HostedRedmine.com has moved to the Planio platform. All logins and passwords remained the same. All users will be able to login and use Redmine just as before. Read more...
Bug #767468 » 0001-Fix-appending-gthread-cflags-to-modpack-cflags.patch
configure.ac | ||
---|---|---|
988 | 988 |
[ |
989 | 989 |
fcmp_gtk3=yes |
990 | 990 |
fcmp_list="$fcmp_list gtk3" |
991 |
mp_gtk3_cflags="$GTK3_CFLAGS $GHTREAD_CFLAGS"
|
|
991 |
mp_gtk3_cflags="$GTK3_CFLAGS $GTHREAD_CFLAGS"
|
|
992 | 992 |
mp_gtk3_libs="$GTK3_LIBS $GTHREAD_LIBS" |
993 | 993 |
if test "x$MINGW32" = "xyes"; then |
994 | 994 |
dnl Required to compile gtk3 on Windows platform |
995 |
- |
- « Previous
- 1
- 2
- 3
- Next »