10 lines
194 B
Makefile
10 lines
194 B
Makefile
PKGNAMESUFFIX= -${BACKEND}
|
|
COMMENT= GIO-styled async APIs for Flatpak (${BACKEND} backend)
|
|
|
|
BACKEND= gtk4
|
|
|
|
USE_GNOME= gtk40
|
|
|
|
MASTERDIR= ${.CURDIR}/../libportal
|
|
|
|
.include "${MASTERDIR}/Makefile"
|