mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
qt6_graphs, drop neww library not present in 6.7.2 (#13710)
This commit is contained in:
@@ -26,7 +26,6 @@ libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
||||
PROVIDES="
|
||||
qt6_graphs$secondaryArchSuffix = $portVersion compat >= 6
|
||||
lib:libQt6Graphs$secondaryArchSuffix = $libVersionCompat
|
||||
lib:libQt6GraphsWidgets$secondaryArchSuffix = $libVersionCompat
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
@@ -44,7 +43,6 @@ REQUIRES="
|
||||
PROVIDES_devel="
|
||||
qt6_graphs${secondaryArchSuffix}_devel = $portVersion compat >= 6
|
||||
devel:libQt6Graphs$secondaryArchSuffix = $libVersionCompat
|
||||
devel:libQt6GraphsWidgets$secondaryArchSuffix = $libVersionCompat
|
||||
"
|
||||
REQUIRES_devel="
|
||||
qt6_graphs$secondaryArchSuffix == $portVersion base
|
||||
@@ -87,9 +85,8 @@ INSTALL()
|
||||
{
|
||||
ninja -C build install
|
||||
|
||||
prepareInstalledDevelLibs \
|
||||
libQt6Graphs \
|
||||
libQt6GraphsWidgets
|
||||
prepareInstalledDevelLib \
|
||||
libQt6Graphs
|
||||
|
||||
# fix pkgconfig files
|
||||
fixPkgconfig
|
||||
|
||||
Reference in New Issue
Block a user