Skip to content

Commit

Permalink
[2/2] Suffix cairo, fontconfig, glib, poppler and poppler-data versio…
Browse files Browse the repository at this point in the history
…ns with "-odr",

This should allow using conan-odr-index without having to have it as index 0
ViliusSutkus89 committed Jul 26, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 910c753 commit 712c63e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes/pdf2htmlex/all/conanfile.py
Original file line number Diff line number Diff line change
@@ -25,12 +25,12 @@ class pdf2htmlEXConan(ConanFile):
default_options = {"shared": False, "fPIC": True}

def requirements(self):
self.requires("poppler/24.07.0", options={
self.requires("poppler/24.07.0-odr", options={
"with_cairo": True,
"with_glib": True,
"shared": False,
})
self.requires("cairo/1.18.0", options={
self.requires("cairo/1.18.0-odr", options={
# Don't pull in xorg dependencies.
"with_xlib": False,
"with_xlib_xrender": False,
@@ -41,7 +41,7 @@ def requirements(self):
"install_private_headers": True,
})

self.requires("glib/2.78.3")
self.requires("glib/2.78.3-odr")

# self.requires("libtiff/4.6.0")
# # jbig and libdeflate are required by libtiff

0 comments on commit 712c63e

Please sign in to comment.