From 4b99242b1141a784fbc8ccc2732f91ca6b8e2505 Mon Sep 17 00:00:00 2001 From: Oliver Lehmann Date: Thu, 20 Feb 2014 10:26:22 +0000 Subject: [PATCH] fix build by adding xrandr as XORG dependency --- graphics/ogre3d/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/ogre3d/Makefile b/graphics/ogre3d/Makefile index 832abfedd6c5..c02c37114fe7 100644 --- a/graphics/ogre3d/Makefile +++ b/graphics/ogre3d/Makefile @@ -20,7 +20,7 @@ USE_LDCONFIG= YES USE_BZIP2= YES USES= cmake USE_SDL= sdl -USE_XORG= xaw +USE_XORG= xaw xrandr USE_GCC= 4.7+ NO_STAGE= yes