pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

prusaslicer: Migrate from USE_CMAKE to cmake/build.mk.



Module Name:	pkgsrc-wip
Committed By:	Paul Ripke <stix%stix.id.au@localhost>
Pushed By:	stix
Date:		Mon May 27 14:38:10 2024 +1000
Changeset:	0f7a8b5f7964456aa883571f57a26a65d17c0470

Modified Files:
	prusaslicer/Makefile
	prusaslicer/PLIST

Log Message:
prusaslicer: Migrate from USE_CMAKE to cmake/build.mk.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0f7a8b5f7964456aa883571f57a26a65d17c0470

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 prusaslicer/Makefile | 4 ++--
 prusaslicer/PLIST    | 1 -
 2 files changed, 2 insertions(+), 3 deletions(-)

diffs:
diff --git a/prusaslicer/Makefile b/prusaslicer/Makefile
index 7ed25fcc19..491a54a4e1 100644
--- a/prusaslicer/Makefile
+++ b/prusaslicer/Makefile
@@ -21,8 +21,7 @@ ONLY_FOR_PLATFORM=	*-*-aarch64 *-*-x86_64 *-*-earmv6 *-*-earmv7 *-*-i386
 GCC_REQD+=		10
 USE_LANGUAGES=		c c++
 USE_CXX_FEATURES=	c++17
-USE_TOOLS+=		cmake gmake pkg-config:run
-USE_CMAKE=		yes
+USE_TOOLS+=		gmake pkg-config:run
 ICON_THEMES=		yes
 
 BUILDLINK_TRANSFORM.NetBSD+=	rm:-ldl
@@ -46,6 +45,7 @@ pre-configure:
 .include "../../devel/boost-headers/buildlink3.mk"
 .include "../../devel/boost-libs/buildlink3.mk"
 .include "../../devel/catch2/buildlink3.mk"
+.include "../../devel/cmake/build.mk"
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../devel/libepoll-shim/buildlink3.mk"
 .include "../../devel/libffi/buildlink3.mk"
diff --git a/prusaslicer/PLIST b/prusaslicer/PLIST
index 16e503e290..e79ac9b04d 100644
--- a/prusaslicer/PLIST
+++ b/prusaslicer/PLIST
@@ -897,7 +897,6 @@ share/PrusaSlicer/profiles/gCreate/gmax15p.svg
 share/PrusaSlicer/profiles/gCreate/gmax15p_bed.stl
 share/PrusaSlicer/profiles/gCreate/gmax2.svg
 share/PrusaSlicer/profiles/gCreate/gmax2_bed.stl
-share/PrusaSlicer/resources
 share/PrusaSlicer/shaders/110/background.fs
 share/PrusaSlicer/shaders/110/background.vs
 share/PrusaSlicer/shaders/110/flat.fs


Home | Main Index | Thread Index | Old Index