Advertisement
Guest User

output of configure for directfb

a guest
Aug 7th, 2012
747
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ### configure line is
  2. ./configure --prefix=/opt/directfb CFLAGS='-I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads' LDFLAGS='-L/opt/vc/lib' LIBS='-lEGL -lGLESv2' --disable-x11 --enable-egl --with-gfxdrivers='gles2' --disable-debug
  3.  
  4. ####
  5.  
  6. Build options:
  7.   Version                   1.6.1
  8.   Linux powered             yes
  9.   Install prefix            /opt/directfb
  10.   Config files in           /opt/directfb/etc
  11.   Build shared libs         yes
  12.   Build static libs         no
  13.   Module directory          ${exec_prefix}/lib/directfb-1.6-0
  14.   CPPFLAGS                  -D_REENTRANT
  15.   CFLAGS                    -Wall -Wstrict-prototypes -Wmissing-prototypes -Wno-strict-aliasing -Werror-implicit-function-declaration -O2 -g2 -ffast-math -pipe -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -D_GNU_SOURCE  -std=gnu99 -Werror-implicit-function-declaration
  16.   LDFLAGS                   -L/opt/vc/lib
  17.   LIBS                      -ldl -lrt -lpthread -lEGL -lGLESv2
  18.   DYNLIB                    -ldl
  19.   RTLIB                     -lrt
  20.   THREADFLAGS               -D_REENTRANT
  21.   THREADLIB                 -lpthread
  22.  
  23. Misc options:
  24.   Multi Application Core    no
  25.   Fusion Kernel Device      N/A
  26.   Fusion message size       16384
  27.   One (IPC)                 no
  28.   Voodoo (network support)  no
  29.   Pure Voodoo (net only)    no
  30.   Debug supported           yes
  31.   Debug enabled             no
  32.   Trace support             no
  33.   MMX support               no
  34.   SSE support               no
  35.   Network support           yes
  36.   Include all strings       yes
  37.   Software Rendering        yes
  38.   Smooth SW Scaling         no
  39.   Dithering                 none
  40.   Dithering 565             none
  41.   zlib compression          no
  42.   Using setsockopt          yes
  43.  
  44. Building Tests              no
  45. Building Tools              yes
  46.  
  47. Building System Modules:
  48.   Linux FBDev support       yes
  49.   Generic /dev/mem support  yes
  50.   Mesa/DRM/KMS support      no
  51.   PVR2D                     no
  52.   EGL                       yes
  53.   X11 support               no
  54.   X11/VDPAU support         no
  55.   OSX support               no
  56.   SDL support               no
  57.   VNC support               no
  58.  
  59. Building Window Manager Modules:
  60.   Default                   yes
  61.   UniQuE                    no
  62.  
  63. Building Image Provider Modules:
  64.   GIF                       yes
  65.   JPEG                      no
  66.   PNG                       yes                  -I/usr/include/libpng12   -lpng12
  67.   Imlib2                    no
  68.   PNM                       yes
  69.   SVG                       no
  70.   BMP                       yes
  71.   JPEG2000                  no
  72.   MPEG2                     yes
  73.  
  74.  
  75. Building Video Provider Modules:
  76.   GIF                       yes
  77.   Video4Linux               yes (v2: no)
  78.   MNG                       no
  79.  
  80. Building Font Modules:
  81.   FreeType2                 yes                 -I/usr/include/freetype2   -lfreetype
  82.   LinoType                  no
  83.   Default font              yes
  84.  
  85. Building Graphics Drivers:
  86.   3Dfx Voodoo               no
  87.   ATI Mach64                no
  88.   ATI Rage 128              no
  89.   ATI Radeon                no
  90.   Cirrus EP9X               no
  91.   Intel i810                no
  92.   Intel i830                no
  93.   Matrox                    no
  94.   NeoMagic                  no
  95.   NSC Geode                 no
  96.   nVidia                    no
  97.   PVR2D                     no
  98.   PXA 3xx                   no
  99.   Renesas SH7722/SH7723     no
  100.   S3 Savage                 no
  101.   SiS 315                   no
  102.   TI Davinci                no
  103.   TI OMAP                   no
  104.   TVIA CyberPro             no
  105.   VIA CLE266                no
  106.   VIA UniChrome             no
  107.   VMWare                    no
  108.   VDPAU                     no
  109.   --
  110.   OpenGL                    no (GLX: no)
  111.   OpenGL ES 2.0             yes (Mesa:  no, PVR2D: no)
  112.                                           -DGLES2_EGL
  113.  
  114. Building Input Drivers:
  115.   DBox2 Remote              no
  116.   DreamBox Remote           no
  117.   Dynapro Touchscreen       no
  118.   ELO Touchscreen           no
  119.   Gunze Touchscreen         no
  120.   H3600 Touchscreen         no
  121.   Input Hub                 yes
  122.   Joystick                  yes
  123.   Keyboard                  yes
  124.   Linux Input               yes
  125.   LiRC                      yes
  126.   MuTouch touchscreen       yes
  127.   Zytronic touchscreen      yes
  128.   PS/2 Mouse                yes
  129.   Serial Mouse              yes
  130.   SonyPI Jogdial            yes
  131.   tslib                     no
  132.   ucb1x00 Touchscreen       yes
  133.   WM97xx Touchscreen        yes
  134.  
  135. JPEG support is missing - many applications won't work correctly!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement