Skip to content

Commit

Permalink
[gdk-pixbuf] remove clang exception
Browse files Browse the repository at this point in the history
  • Loading branch information
planetmarshall committed Jun 29, 2022
1 parent 610d38b commit cdcf743
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions recipes/gdk-pixbuf/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,7 @@ def configure(self):
self.options["glib"].shared = True

def requirements(self):
if self.settings.compiler == "clang":
# FIXME: cannot bump glib due to "undefined reference to `__muloti4'"
# see https://github.com/conan-io/conan-center-index/pull/10154#issuecomment-1094224794
self.requires("glib/2.70.4")
else:
self.requires("glib/2.73.0")
self.requires("glib/2.73.0")
if self.options.with_libpng:
self.requires("libpng/1.6.37")
if self.options.with_libtiff:
Expand Down

0 comments on commit cdcf743

Please sign in to comment.