mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
aad8f51119
adds luajit dependency, config changed to lua see https://github.com/artemsen/swayimg/releases/tag/v5.0 https://github.com/artemsen/swayimg/releases/tag/v5.1 and https://github.com/artemsen/swayimg/releases/tag/v5.2
14 lines
333 B
Plaintext
14 lines
333 B
Plaintext
make sure rpath is set in the resulting binary for libinotify.so
|
|
|
|
Index: meson.build
|
|
--- meson.build.orig
|
|
+++ meson.build
|
|
@@ -382,6 +382,7 @@ executable(
|
|
sources + 'src/main.cpp',
|
|
dependencies: dependencies,
|
|
include_directories: 'src/external',
|
|
+ install_rpath: '${LOCALBASE}/lib/inotify',
|
|
install: true,
|
|
)
|
|
|