-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update hugin to version 2020.0.0 / rev 69 via SR 914957
https://build.opensuse.org/request/show/914957 by user pgajdos + dimstar_suse * Add hugin-EGL-link-against-X11.patch: Link against X11 even when building with EGL support (https://bugs.launchpad.net/hugin/+bug/1938453). * Set up conditionals for building with EGL, but disable EGL support until glew bug is fixed (gh#nigels-com/glew#315). * Switch bcond_with to build with system flann: library is now available on all supported openSUSE versions. * Minor cleanup with spec-cleaner. (forwarded request 914704 from badshah400)
- Loading branch information
1 parent
40dca24
commit dd5d3ad
Showing
5 changed files
with
74 additions
and
30 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Index: hugin-2020.0.0/CMakeLists.txt | ||
=================================================================== | ||
--- hugin-2020.0.0.orig/CMakeLists.txt | ||
+++ hugin-2020.0.0/CMakeLists.txt | ||
@@ -256,7 +256,7 @@ IF(NOT HUGIN_SHARED OR NOT WIN32) | ||
ADD_DEFINITIONS(-DGLEW_STATIC) | ||
ENDIF() | ||
|
||
-IF(NOT APPLE AND NOT WIN32 AND NOT HAVE_EGL) | ||
+IF(NOT APPLE AND NOT WIN32) | ||
MESSAGE(STATUS "Searching X11 header") | ||
FIND_PACKAGE(X11 REQUIRED) | ||
ENDIF() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters