Skip to content

darkenk/wayland-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wayland-test

App for testing wayland communication

Dependencies

  • cmake 3.0.2
sudo add-apt-repository ppa:george-edison55/cmake-3.x
sudo apt-get update
sudo apt-get install cmake cmake-extra-modules

Building

export PKG_CONFIG_PATH=$WLD/lib/pkgconfig/:$WLD/share/pkgconfig/
mkdir -p build && cd build
cmake ../ -DCMAKE_PREFIX_PATH=${WLD}
make

WLD is the path to wayland install directory.

Running

export LD_LIBRARY_PATH=${WLD}/lib

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published