diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2021-12-07 22:59:29 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2021-12-07 23:40:03 +0100 |
commit | 7223d172ea17d822569ec3d4b8124c4e257f3930 (patch) | |
tree | 8f22f0d666668a256b21573f706be1674e9bcb75 /x11-libs/qwt | |
parent | x11-libs/qwtplot3d: install version.h (diff) | |
download | gentoo-7223d172ea17d822569ec3d4b8124c4e257f3930.tar.gz gentoo-7223d172ea17d822569ec3d4b8124c4e257f3930.tar.bz2 gentoo-7223d172ea17d822569ec3d4b8124c4e257f3930.zip |
x11-libs/qwt: install additional headers required by scidavis
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'x11-libs/qwt')
-rw-r--r-- | x11-libs/qwt/files/qwt-5.2.3_p20210828-install-headers.patch | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/x11-libs/qwt/files/qwt-5.2.3_p20210828-install-headers.patch b/x11-libs/qwt/files/qwt-5.2.3_p20210828-install-headers.patch index f2e1b36c3bca..9ceff1035e69 100644 --- a/x11-libs/qwt/files/qwt-5.2.3_p20210828-install-headers.patch +++ b/x11-libs/qwt/files/qwt-5.2.3_p20210828-install-headers.patch @@ -1,8 +1,24 @@ diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt -index 502f097..05ab47b 100644 +index 502f097..35b8660 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt -@@ -156,6 +156,7 @@ if( QWT_WIDGETS ) +@@ -6,6 +6,7 @@ set( HEADERS + "qwt_color_map.h" + "qwt_clipper.h" + "qwt_double_interval.h" ++ "qwt_double_rect.h" + "qwt_dyngrid_layout.h" + "qwt_global.h" + "qwt_layout_metrics.h" +@@ -34,6 +35,7 @@ set( SRCS + "qwt_color_map.cpp" + "qwt_clipper.cpp" + "qwt_double_interval.cpp" ++ "qwt_double_rect.cpp" + "qwt_dyngrid_layout.cpp" + "qwt_layout_metrics.cpp" + "qwt_math.cpp" +@@ -156,6 +158,7 @@ if( QWT_WIDGETS ) endif() add_library( qwt5-qt5 ${SRCS} ${HEADERS} ) |