poppler: drop splash patch for 21.07.0 (#25032)
ENABLE_SPLASH configuration has been removed entirely after 21.06 so patch is no longer necessary after #24931. (Versions between 0.90.1 and 21.06 will likely still need a patch, and while it's not clear if this patch is the right one, seems better to leave something in.)
This commit is contained in:
parent
c9327649c0
commit
e3096e94b1
@ -66,7 +66,7 @@ class Poppler(CMakePackage):
|
||||
# a small section of code in the QT5 wrappers that expects it
|
||||
# to be present.
|
||||
patch('poppler_page_splash.patch', when='@0.64.0:0.90.0 ^qt@5.0:')
|
||||
patch('poppler_page_splash.0.90.1.patch', when='@0.90.1: ^qt@5.0:')
|
||||
patch('poppler_page_splash.0.90.1.patch', when='@0.90.1:21.06 ^qt@5.0:')
|
||||
|
||||
# Only needed to run `make test`
|
||||
resource(
|
||||
|
Loading…
Reference in New Issue
Block a user