Added support for vertical monitors
This commit is contained in:
@@ -7,7 +7,7 @@ set(POSITION_INDEPENDENT_CODE YES)
|
||||
set(C_STANDARD 11)
|
||||
add_compile_options(-Wall -Wextra)
|
||||
|
||||
pkg_check_modules(CONSTRAIN REQUIRED x11 xi xfixes xrandr)
|
||||
pkg_check_modules(CONSTRAIN REQUIRED luajit x11 xi xfixes xrandr)
|
||||
add_library(constrain SHARED lib/constrain.c)
|
||||
target_link_libraries(constrain ${CONSTRAIN_LIBRARIES})
|
||||
target_include_directories(constrain PUBLIC ${CONSTRAIN_INCLUDE_DIRS})
|
||||
|
||||
Reference in New Issue
Block a user