From 7022952f23d1c24722d2a2ab27e67b96ad5fd6a5 Mon Sep 17 00:00:00 2001 From: DanyLE Date: Wed, 19 Jul 2023 13:24:29 +0200 Subject: [PATCH] fix package dependencies --- recipes-graphics/freeglut/freeglut_%.bbappend | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 recipes-graphics/freeglut/freeglut_%.bbappend diff --git a/recipes-graphics/freeglut/freeglut_%.bbappend b/recipes-graphics/freeglut/freeglut_%.bbappend new file mode 100644 index 0000000..87817b4 --- /dev/null +++ b/recipes-graphics/freeglut/freeglut_%.bbappend @@ -0,0 +1,2 @@ +PACKAGECONFIG += " gles " +PACKAGECONFIG:remove = " x11 wayland " \ No newline at end of file