mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 21:43:03 -04:00
17 lines
372 B
Diff
17 lines
372 B
Diff
# We provide media-libs/imgui in guru
|
|
|
|
diff --git a/meson.build b/meson.build.new
|
|
index b628fe0..16b11de 100644
|
|
--- a/meson.build
|
|
+++ b/meson.build
|
|
@@ -5,8 +5,7 @@ project(
|
|
version : '0.16',
|
|
)
|
|
|
|
-imgui_sp = subproject('imgui')
|
|
-imgui_dep = imgui_sp.get_variable('imgui_dep')
|
|
+imgui_dep = dependency('imgui')
|
|
|
|
implot_inc = include_directories('.')
|
|
implot_src = files(
|