Home
last modified time | relevance | path

Searched refs:has_x11 (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/util/
H A Dpiglit-util-egl.c91 static bool has_x11 = false; in piglit_egl_get_display() local
106 has_x11 = piglit_is_egl_extension_supported(EGL_NO_DISPLAY, "EGL_EXT_platform_x11"); in piglit_egl_get_display()
120 if (!has_x11) { in piglit_egl_get_display()
/dports/deskutils/gnome-screenshot/gnome-screenshot-41.0/
H A Dmeson.build47 has_x11 = x11_dep.found() and xext_dep.found() variable
48 if has_x11
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/macros/
H A Dx11.m422 has_x11=no
122 has_x11=yes
128 if test "x$has_x11" = xyes; then
/dports/multimedia/pitivi/pitivi-0.999/pitivi/utils/
H A Dsystem.py45 def has_x11(self): member in System
/dports/devel/py-orange-canvas-core/orange-canvas-core-0.1.20/orangecanvas/gui/
H A Dutils.py125 if has_x11():
135 elif has_x11():
141 def has_x11(): # type: () -> bool function
/dports/multimedia/gpac-libgpac/gpac-1.0.0/
H A Dconfigure93 has_x11="no"
1579 has_x11="yes"
1690 --disable-x11) has_x11="no"
2573 if test "$has_x11" != "no" ; then
3073 echo "CONFIG_X11=$has_x11" >> config.mak
/dports/multimedia/gpac-mp4box/gpac-1.0.0/
H A Dconfigure93 has_x11="no"
1579 has_x11="yes"
1690 --disable-x11) has_x11="no"
2573 if test "$has_x11" != "no" ; then
3073 echo "CONFIG_X11=$has_x11" >> config.mak
/dports/multimedia/pitivi/pitivi-0.999/pitivi/
H A Dapplication.py187 if self.system.has_x11():
H A Dmainwindow.py1033 if self.app.system.has_x11():
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/
H A Dconfigure.ac2122 AM_CONDITIONAL(HAVE_X11, [test x${has_x11} = xyes])
2123 if test x${build_x11_device} = xyes -a x${has_x11} = xyes; then