pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
beignet: Add clang/llvm dependencies
Module Name: pkgsrc-wip
Committed By: Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By: leot
Date: Thu Jan 23 19:36:04 2020 +0100
Changeset: 2fe1687875e723e99f161e7dde62837a9f79bc4d
Modified Files:
beignet/Makefile
Log Message:
beignet: Add clang/llvm dependencies
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2fe1687875e723e99f161e7dde62837a9f79bc4d
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
beignet/Makefile | 4 ++++
1 file changed, 4 insertions(+)
diffs:
diff --git a/beignet/Makefile b/beignet/Makefile
index 76370286c1..4f4a1f062f 100644
--- a/beignet/Makefile
+++ b/beignet/Makefile
@@ -14,9 +14,13 @@ WRKSRC= ${WRKDIR}/Beignet-${PKGVERSION_NOREV}-Source
USE_CMAKE= yes
USE_LANGUAGES= c c++11
+USE_TOOLS+= pkg-config
CMAKE_ARGS+= -DCMAKE_BUILD_TYPE="Release"
+CMAKE_ARGS+= -DOCLICD_COMPAT=0
+.include "../../lang/clang/buildlink3.mk"
+.include "../../lang/llvm/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/libXfixes/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index