Skip to content

Commit

Permalink
fix hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
jgsogo committed Sep 25, 2021
1 parent 3bef507 commit ddf2fb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion recipes/magnum/all/conandata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ patches:
patch_file: "patches/2020.06/0001-emscripten-toolchain.patch"
# patch_type: "portability"
# description: "Remove unnecessary dependency on UseEmscripten"
# source: "https://github.com/mosra/magnum/issues/490"
# source: "https://github.com/mosra/magnum/issues/490"
2 changes: 1 addition & 1 deletion recipes/magnum/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def config_options(self):

self.options.glfw_application = False

# X11 is not available
# X11 is not available
del self.options.glx_context
del self.options.glx_application
del self.options.windowless_glx_application
Expand Down

0 comments on commit ddf2fb1

Please sign in to comment.