Skip to content

Commit

Permalink
Use system GTK install due to build errors with the 3.24.24 version
Browse files Browse the repository at this point in the history
  • Loading branch information
dariusarnold committed Apr 2, 2023
1 parent 4fbd254 commit 054fd84
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,9 @@ def requirements(self):
self.requires("sdl/2.26.1")
self.requires("catch2/2.13.6")
self.requires("nativefiledialog/116")
# Overrides for nativefiledialog since it requires gtk which has some version conflicts
self.requires("expat/2.5.0", override=True)
self.requires("libpng/1.6.39", override=True)
self.requires("libxml2/2.10.3", override=True)
self.requires("glib/2.75.0", override=True)
# Overrides for nativefiledialogs gtk dependency which cant be built with recent compilers (clang/gcc)
# since there are warnins as errors.
self.requires("gtk/system", override=True)

def layout(self):
cmake_layout(self)
Expand Down

0 comments on commit 054fd84

Please sign in to comment.