From 4708304a67b074efc30dcc59e45eddf078192975 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Mon, 17 Feb 2014 16:59:11 +0200 Subject: Move libgl workaround to libsdl libsdl tries to pull in mesa, so workaround was added to machines configs to prevent that. Now remove dependency to libgl from libsdl that was causing that. Change-Id: I425aa45cdc32842d573354eaaab7ed67ee5bb7b5 Reviewed-by: Samuli Piippo --- recipes/libsdl/libsdl_1.2.15.bbappend | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/libsdl/libsdl_1.2.15.bbappend (limited to 'recipes/libsdl') diff --git a/recipes/libsdl/libsdl_1.2.15.bbappend b/recipes/libsdl/libsdl_1.2.15.bbappend new file mode 100644 index 0000000..36424fd --- /dev/null +++ b/recipes/libsdl/libsdl_1.2.15.bbappend @@ -0,0 +1 @@ +DEPENDS_remove = "virtual/libgl" -- cgit v1.2.3-54-g00ecf