mirror of
https://github.com/swaywm/sway.git
synced 2025-12-15 08:56:30 -05:00
Merge pull request #296 from progandy/pixbuf
Support for more image formats for wallpapers with gdk-pixbuf (#282)
This commit is contained in:
commit
7ed204eb02
5 changed files with 169 additions and 1 deletions
|
|
@ -48,6 +48,7 @@ find_package(Pango REQUIRED)
|
|||
find_package(WLC REQUIRED)
|
||||
find_package(Wayland REQUIRED)
|
||||
find_package(XKBCommon REQUIRED)
|
||||
find_package(GdkPixbuf REQUIRED)
|
||||
|
||||
include(Manpage)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue