tree: fbac0082f8e3d1fa77584f4d1b83c4676b7817d8 [path history] [tgz]
  1. src/
  2. Android.mk
  3. configure.ac
  4. COPYING
  5. Makefile.am
  6. README.md
display_framework/README.md

Meson display framework for linux.

Dependencies

  1. libdrm for drm-extension and weston-extension
  2. json-c is need for weston-extension

How to build

  1. Build without modify Makefile.am/configure.ac

    ./configure make make install

  2. Build after modify Makefile.am/configure.ac

    autoreconf --install
    ./configure
    make
    make install
    

More detailed build instructions

  1. Configure for package
    1. enable debug

      ./configure --enable-debug