[Lunar-commits] <moonbase-other> cairo: remove libdrm build option	for now
    v4hn 
    me at v4hn.de
       
    Sat Aug 11 16:53:12 CEST 2012
    
    
  
commit c737926ed110b009f3d8e0e5ee4f0e34e96b2ff6
Author: v4hn <me at v4hn.de>
Date: Sat, 11 Aug 2012 07:53:12 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/c737926ed110b009f3d8e0e5ee4f0e34e96b2ff6
cairo: remove libdrm build option for now
---
  graphics/cairo/DEPENDS                                       +5/-4     
  1 files changed, 5 insertions (+), 4 deletions (-)
--- a/graphics/cairo/DEPENDS
+++ b/graphics/cairo/DEPENDS
@@ -35,10 +35,11 @@ optional_depends "DirectFB"                                             \
                  "--disable-directfb"                                   \
                  "for DirectFB surface backend (experimental)"
 
-optional_depends "libdrm"                                               \
-                 "--enable-drm"                                         \
-                 "--disable-drm"                                        \
-                 "for DRM surface backend (experimental)"
+# this is broken quite badly at the moment
+#optional_depends "libdrm"                                               \
+#                 "--enable-drm"                                         \
+#                 "--disable-drm"                                        \
+#                 "for DRM surface backend (experimental)"
 
 optional_depends "mesa-lib"                                             \
                  "--enable-gl"                                          \
    
    
More information about the Lunar-commits
mailing list