tree: 835020f882c6dbe20f9322c39a91bc3fd2637e00 [path history] [tgz]
  1. src/
  2. .gitignore
  3. Android.mk
  4. configure.ac
  5. COPYING
  6. Makefile.am
  7. 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