mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
kernelshark: link with glut
This commit is contained in:
parent
8be09e4a3d
commit
9abe4369d6
1 changed files with 12 additions and 0 deletions
12
srcpkgs/trace-cmd/patches/glut.patch
Normal file
12
srcpkgs/trace-cmd/patches/glut.patch
Normal file
|
@ -0,0 +1,12 @@
|
|||
Index: trace-cmd-2.9.1/kernel-shark/CMakeLists.txt
|
||||
===================================================================
|
||||
--- trace-cmd-2.9.1.orig/kernel-shark/CMakeLists.txt
|
||||
+++ trace-cmd-2.9.1/kernel-shark/CMakeLists.txt
|
||||
@@ -29,6 +29,7 @@ find_package(Doxygen)
|
||||
set(OpenGL_GL_PREFERENCE LEGACY)
|
||||
find_package(OpenGL)
|
||||
find_package(GLUT)
|
||||
+link_libraries(${GLUT_LIBRARIES})
|
||||
|
||||
find_package(Qt5Widgets 5.7.1)
|
||||
find_package(Qt5Network)
|
Loading…
Add table
Reference in a new issue