diff options
Diffstat (limited to 'swaybg')
| -rw-r--r-- | swaybg/CMakeLists.txt | 12 | 
1 files changed, 6 insertions, 6 deletions
| diff --git a/swaybg/CMakeLists.txt b/swaybg/CMakeLists.txt index 68098370..c5efae91 100644 --- a/swaybg/CMakeLists.txt +++ b/swaybg/CMakeLists.txt @@ -20,12 +20,12 @@ target_link_libraries(swaybg  )  if (WITH_GDK_PIXBUF) -  include_directories( -	  ${GDK_PIXBUF_INCLUDE_DIRS} -  ) -  target_link_libraries(swaybg -	  ${GDK_PIXBUF_LIBRARIES} -  ) +	include_directories( +		${GDK_PIXBUF_INCLUDE_DIRS} +	) +	target_link_libraries(swaybg +		${GDK_PIXBUF_LIBRARIES} +	)  endif()  install( | 
