Home
last modified time | relevance | path

Searched refs:have_gtk (Results 1 – 25 of 78) sorted by relevance

1234

/dports/audio/gnome-music/gnome-music-41.0/subprojects/shared-modules/smpeg/
H A Dsmpeg-no-gtk.patch17 have_gtk=no
19 - AM_PATH_GTK(1.2.1, have_gtk=yes)
20 - if test x$have_gtk = xyes; then
26 +dnl AM_PATH_GTK(1.2.1, have_gtk=yes)
27 +dnl if test x$have_gtk = xyes; then
32 AM_CONDITIONAL(HAVE_GTK, test x$have_gtk = xyes)
/dports/print/photoprint/photoprint-0.4.2-pre2/
H A Dphotoprint.cpp103 gboolean have_gtk=false; in main() local
117 have_gtk=gtk_init_check (&argc, &argv); in main()
119 if(have_gtk) in main()
132 if(have_gtk) in main()
143 if(have_gtk) in main()
148 if(have_gtk) in main()
152 if(have_gtk) in main()
220 if(have_gtk) in main()
/dports/security/beid/eid-mw-5.0.8/
H A Dconfigure.ac94 have_gtk=no
100 PKG_CHECK_MODULES(GTK, [gtk+-3.0], [have_gtk=3], [have_gtk=no])
102 if test "$have_gtk" = "no"
107 PKG_CHECK_MODULES(GTK, [gtk4], [have_gtk=4],[have_gtk=no])
110 if test "$have_gtk" = "no"
118 AC_DEFINE_UNQUOTED([HAVE_GTK], [$have_gtk], [Set to major version of libgtk])
120 if test "$have_gtk" = "no"
128 AM_CONDITIONAL(GTK, [test "$have_gtk" != "no"])
129 if test "$have_gtk" != "no"
140 if test "$have_gtk" = "no"
[all …]
/dports/deskutils/xpad3/xpad-3.1/src/
H A Dxpad-app.c81 static gboolean process_remote_args (gint *argc, gchar **argv[], gboolean have_gtk);
97 gboolean have_gtk; in xpad_app_init() local
108 have_gtk = gtk_init_check (&argc, &argv); in xpad_app_init()
120 if (!have_gtk) in xpad_app_init()
825 process_remote_args (gint *argc, gchar **argv[], gboolean have_gtk) in process_remote_args() argument
843 if (have_gtk && option_smid) in process_remote_args()
846 if (have_gtk && option_new) in process_remote_args()
852 if (have_gtk && option_show) in process_remote_args()
855 if (have_gtk && option_hide) in process_remote_args()
858 if (have_gtk && option_files) in process_remote_args()
[all …]
/dports/deskutils/xpad/xpad-5.4.0/src/
H A Dxpad-app.c100 gboolean have_gtk; in xpad_app_init() local
110 have_gtk = gtk_init_check (&argc, &argv); in xpad_app_init()
122 if (!have_gtk) in xpad_app_init()
880 process_remote_args (gint *argc, gchar **argv[], gboolean have_gtk, XpadSettings *xpad_settings) in process_remote_args() argument
899 if (have_gtk && option_smid) { in process_remote_args()
907 if (have_gtk && option_new) { in process_remote_args()
912 if (have_gtk && (option_show)) { in process_remote_args()
916 if (have_gtk && (option_hide)) { in process_remote_args()
920 if (have_gtk && option_toggle) { in process_remote_args()
935 if (have_gtk && option_files) { in process_remote_args()
[all …]
/dports/deskutils/mate-utils/mate-utils-1.26.0/mate-disk-image-mounter/src/
H A Dmain.c36 static gboolean have_gtk = FALSE; variable
52 if (have_gtk) in show_error()
168 have_gtk = gtk_init_check (&argc, &argv); in main()
170 if (have_gtk) in main()
205 if (!have_gtk) in main()
/dports/graphics/fyre/fyre-1.0.1/src/
H A Dremote-server.c56 gboolean have_gtk; member
114 gboolean have_gtk, in remote_server_main_loop() argument
119 self.have_gtk = have_gtk; in remote_server_main_loop()
142 if (have_gtk) in remote_server_main_loop()
444 if (self->server->have_gtk) in cmd_is_gui_available()
460 if (!self->server->have_gtk) { in cmd_set_gui_style()
H A Dmain.c71 gboolean have_gtk; in main() local
86 have_gtk = gtk_init_check(&argc, &argv); in main()
263 if (!have_gtk) { in main()
310 remote_server_main_loop(port_number, have_gtk, verbose); in main()
323 if (!have_gtk) { in main()
H A Dremote-server.h44 gboolean have_gtk,
/dports/multimedia/libdv/libdv-24218c36bed3b0a3bd5a57d5790ac12ade44e88d/
H A Dconfigure.ac165 have_gtk="false"
168 PKG_CHECK_MODULES(GTK,$REQUIRES,have_gtk="true",have_gtk="false")
172 AM_CONDITIONAL(HAVE_GTK, test x$have_gtk = xtrue)
/dports/x11-toolkits/pyl-gtk2/pygtk-2.24.0/
H A Dconfigure.ac242 have_gtk=true
244 have_gtk=false
247 AM_CONDITIONAL(BUILD_GTK, $have_gtk)
428 have_gtk=false
507 $have_gtk && echo gtk with $gtk_version API
512 ! $have_gtk || ! $have_libglade || \
520 $have_gtk || echo gtk
/dports/games/pioneers/pioneers-15.6/
H A Dconfigure.ac332 have_gtk="no, disabled in configure"
336 have_gtk=yes,
338 [have_gtk="no, GTK+ version too old"],
339 [have_gtk="no, GTK+ not installed"])
340 AC_MSG_RESULT($have_gtk)
343 if test "$have_gtk" = "yes"; then
350 have_graphical=$have_gtk;
362 if test "$have_gtk" = "yes"; then
/dports/graphics/ufraw/ufraw-f34669b/
H A Dconfigure.ac81 have_gtk=no
84 [ have_gtk=yes ],
85 [ have_gtk=no
93 if test "$have_gtk" = "yes"; then
140 AM_CONDITIONAL(MAKE_GTK, test $have_gtk = yes)
379 AC_MSG_NOTICE(build GTK GUI: $have_gtk)
/dports/multimedia/smpeg/smpeg-0.4.4/
H A Dconfigure.in197 have_gtk=no
199 AM_PATH_GTK(1.2.1, have_gtk=yes)
200 if test x$have_gtk = xyes; then
205 AM_CONDITIONAL(HAVE_GTK, test x$have_gtk = xyes)
/dports/emulators/tilem/tilem-2.0/
H A Dconfigure.ac87 [ AC_CHECK_FUNC(gtk_init, [ have_gtk=yes ], [ have_gtk=no ]) ])
88 if test "x$have_gtk" != "xyes" ; then
/dports/textproc/xmlroff/xmlroff-0.6.3/libfo-examples/
H A Dconfigure.ac75 have_gtk=true,
76 have_gtk=false)
/dports/textproc/libfo/xmlroff-0.6.3/libfo-examples/
H A Dconfigure.ac75 have_gtk=true,
76 have_gtk=false)
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/config-store/
H A Dwscript24 have_gtk = conf.check_cfg(package='gtk+-3.0 >= 3.22',
28 conf.env['ENABLE_GTK'] = have_gtk
/dports/multimedia/gmerlin/gmerlin-1.2.0/
H A Dconfigure.ac172 AM_PATH_GTK_2_0($GTK_REQUIRED, have_gtk=true, have_gtk=false)
173 AM_CONDITIONAL(HAVE_GTK, test x$have_gtk = xtrue)
816 if test "x$have_gtk" != "xtrue"; then
832 if test "x$have_gtk" != "xtrue" -o "x$have_alsa" = "xfalse"; then
848 if test "x$have_gtk" != "xtrue"; then
864 if test "x$have_gtk" != "xtrue"; then
887 if test "x$have_gtk" = "xfalse"; then
903 if test "x$have_gtk" = "xfalse"; then
920 if test "x$have_gtk" = "xfalse"; then
1072 if test "x$have_gtk" = "xtrue"; then
/dports/mail/mu4e/mu-1.6.4/
H A Dconfigure.ac170 PKG_CHECK_MODULES(GTK,gtk+-3.0,[have_gtk=yes],[have_gtk=no])
173 AM_CONDITIONAL(HAVE_GTK,[test "x$have_gtk" = "xyes"])
186 AM_CONDITIONAL(BUILD_GUI,[test "x$have_webkit" = "xyes" -a "x$have_gtk" = "xyes"])
/dports/games/gnubg/gnubg-1.06.002/
H A Dconfigure.ac162 PKG_CHECK_MODULES(GTK, [gtk+-3.0], have_gtk="yes", AC_MSG_WARN([no gtk3 support]))
164 PKG_CHECK_MODULES(GTK, [gtk+-2.0 >= 2.6.0], have_gtk="yes", AC_MSG_WARN([no gtk2 support]))
223 dnl have_gthread, have_gtk and have_gtk are handled later, not having glib is fatal
338 if test "$with_gtk" != "no" && test "x$have_gtk" = "xyes"; then
349 if test "$with_board3d" != "no" && test "$with_gtk" != "no" && test "x$have_gtk" = "xyes" && test …
/dports/devel/libdbusmenu/libdbusmenu-16.04.0/
H A Dconfigure.ac68 [have_gtk=yes]
75 [have_gtk=yes]
/dports/mail/mu/mu-1.6.4/
H A Dconfigure.ac200 PKG_CHECK_MODULES(GTK,gtk+-3.0,[have_gtk=yes],[have_gtk=no])
203 AM_CONDITIONAL(HAVE_GTK,[test "x$have_gtk" = "xyes"])
216 AM_CONDITIONAL(BUILD_GUI,[test "x$have_webkit" = "xyes" -a "x$have_gtk" = "xyes"])
/dports/math/mpsolve/mpsolve-3.2.1/
H A Dconfigure.ac361 have_gtk="1"
364 have_gtk="0"
368 AS_IF([test x$have_gtk = x1], [
369 AC_DEFINE([HAVE_GTK], $have_gtk, [Defined if GTK is available])
386 …AS_IF([test x$have_gtk == x1 && test x$have_graphical_debugger == xyes && test x$have_cairo == x1]…
619 AS_IF([test x$build_examples == xyes && test x$have_gtk == x1 && test x$have_cairo == x1], [
/dports/x11-toolkits/gtkmathview/gtkmathview-0.8.0/
H A Dconfigure.ac335 have_gtk="no"
340 have_gtk="yes"],
352 …_GTK], [test "$enable_gtk" = "yes" -o \( "$enable_gtk" = "auto" -a \( "$have_gtk" = "yes" -a "$hav…
561 GTK+ ${have_gtk}

1234