Skip to content

CoreELEC/display_framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6

Languages