Skip to content

Commit

Permalink
gtk: Remove 'with_libjpeg' flag when building GTK3.
Browse files Browse the repository at this point in the history
  • Loading branch information
sh0 committed Jun 12, 2022
1 parent 59fe64f commit 5aa4b97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipes/gtk/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ def config_options(self):
# The upstream meson file does not create a static library
# See https://github.com/GNOME/gtk/commit/14f0a0addb9a195bad2f8651f93b95450b186bd6
self.options.shared = True
if self._gtk3:
del self.options.with_libjpeg
if self.settings.os != "Linux":
del self.options.with_wayland
del self.options.with_x11
Expand Down

0 comments on commit 5aa4b97

Please sign in to comment.