This website requires JavaScript.
ReeceSX
Explore
Aurora
Register
Sign In
AuroraMiddleware
/
gtk
Watch
1
Star
0
Fork
1
You've already forked gtk
mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced
2024-11-10 02:40:11 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
cba8c40aa0
gtk
/
modules
/
meson.build
8 lines
87 B
Meson
Raw
Normal View
History
Unescape
Escape
meson: modules: add printbackends The cups checks might not work properly everywhere yet, since they don't use cups-config and parse the output yet.
2017-03-22 16:48:56 +00:00
if
os_unix
subdir
(
'printbackends'
)
Alternative printbackends subdir for non-UNIX OSes The main buildscript expects 'print_backends' list to be defined. Since printbackends is os_unix-only, we need to define this list ourselves for other OSes. https://bugzilla.gnome.org/show_bug.cgi?id=773299
2018-03-03 21:57:00 +00:00
else
print_backends
=
[
]
meson: modules: add printbackends The cups checks might not work properly everywhere yet, since they don't use cups-config and parse the output yet.
2017-03-22 16:48:56 +00:00
endif
mediafile: Turn into an extension point This way, we can support external libraries providing implementations of GtkMediaFile. We also add a media backend called 'nomedia' that can be enabled to not compile any support for GtkMediaFile. This is useful when people want to statically compile GTK into an application that does not use media. For now, this option is the default. We also support a new environment variable GTK_MEDIA that allows selecting the implementation to use. GTK_MEDIA=help can be used to get info about the available implementations.
2018-03-01 20:46:16 +00:00
subdir
(
'media'
)
Reference in New Issue
Copy Permalink