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-12-27 22:20:24 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
2362e4d41e
gtk
/
modules
/
meson.build
6 lines
60 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'
)
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