|
Lines 18-24
USES= compiler:c11 desktop-file-utils gettext-runtime gl gnome \
Link Here
|
| 18 |
meson pkgconfig |
18 |
meson pkgconfig |
| 19 |
USE_GITHUB= yes |
19 |
USE_GITHUB= yes |
| 20 |
GH_ACCOUNT= eXeC64 |
20 |
GH_ACCOUNT= eXeC64 |
| 21 |
USE_GL= gl |
21 |
USE_GL= egl |
| 22 |
USE_GNOME= cairo glib20 pango |
22 |
USE_GNOME= cairo glib20 pango |
| 23 |
|
23 |
|
| 24 |
PLIST_FILES= bin/imv \ |
24 |
PLIST_FILES= bin/imv \ |
|
Lines 42-48
WIN_DESC= Windowing system
Link Here
|
| 42 |
|
42 |
|
| 43 |
ALL_LIB_DEPENDS+= libwayland-client.so:graphics/wayland |
43 |
ALL_LIB_DEPENDS+= libwayland-client.so:graphics/wayland |
| 44 |
ALL_USES= xorg |
44 |
ALL_USES= xorg |
| 45 |
ALL_USE= gl=egl,glu xorg=x11,xcb |
45 |
ALL_USE= gl=glu xorg=x11,xcb |
| 46 |
ALL_MESON_ON= -Dwindows=all |
46 |
ALL_MESON_ON= -Dwindows=all |
| 47 |
ALL_PLIST_FILES= bin/imv-wayland \ |
47 |
ALL_PLIST_FILES= bin/imv-wayland \ |
| 48 |
bin/imv-x11 |
48 |
bin/imv-x11 |
|
Lines 73-80
TIFF_MESON_ENABLED= libtiff
Link Here
|
| 73 |
|
73 |
|
| 74 |
WAYLAND_LIB_DEPENDS= libwayland-client.so:graphics/wayland \ |
74 |
WAYLAND_LIB_DEPENDS= libwayland-client.so:graphics/wayland \ |
| 75 |
libwayland-egl.so:graphics/wayland |
75 |
libwayland-egl.so:graphics/wayland |
| 76 |
|
|
|
| 77 |
WAYLAND_USE= gl=egl |
| 78 |
WAYLAND_MESON_ON= -Dwindows=wayland |
76 |
WAYLAND_MESON_ON= -Dwindows=wayland |
| 79 |
|
77 |
|
| 80 |
X11_USES= xorg |
78 |
X11_USES= xorg |
| 81 |
- |
|
|