Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nirbheek Chauhan
cerbero
Commits
3e7446d5
Commit
3e7446d5
authored
Oct 22, 2018
by
Nirbheek Chauhan
🐜
Browse files
gdk-pixbuf.recipe: Don't use native windows loaders
This wasn't enabled with autotools, and it shouldn't be with meson.
parent
8a4557f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
recipes/gdk-pixbuf.recipe
View file @
3e7446d5
...
...
@@ -36,7 +36,7 @@ class Recipe(recipe.Recipe):
def prepare(self):
if self.config.target_platform == Platform.WINDOWS:
self.meson_options['native_windows_loaders'] = '
tru
e'
self.meson_options['native_windows_loaders'] = '
fals
e'
if self.config.prefix_is_executable():
self.files_misc = ['lib/gdk-pixbuf-2.0/2.10.0/loaders.cache']
else:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment