tree: cffea71736496884886f6adb895b8e7c629b6fa0 [path history] [tgz]
  1. m4/
  2. src/
  3. .gitignore
  4. aclocal.m4
  5. Android.mk
  6. ar-lib
  7. compile
  8. config.guess
  9. config.h.in
  10. config.sub
  11. configure
  12. configure.ac
  13. COPYING
  14. depcomp
  15. install-sh
  16. ltmain.sh
  17. Makefile.am
  18. Makefile.in
  19. missing
  20. 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