aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2021-11-12 13:45:22 +0100
committerPřemysl Eric Janouch <p@janouch.name>2024-01-26 21:58:39 +0100
commit5baa48a9ece21f51f97357e82e4c9a98dd81feed (patch)
treeb50c9e3458cf8565f69125476e3ff7009260f933 /meson.build
parent370f5062241de4ede2cc41d57c1e622d917ad050 (diff)
downloadfiv-5baa48a9ece21f51f97357e82e4c9a98dd81feed.tar.gz
fiv-5baa48a9ece21f51f97357e82e4c9a98dd81feed.tar.xz
fiv-5baa48a9ece21f51f97357e82e4c9a98dd81feed.zip
WIP: Try to scale pictures using OpenGL
WIP: Need to learn scaling. WIP: Will it work with the native GDK window? WIP: Find out what in the name of fuck is Quartz doing.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 2d854e7..6a1bb61 100644
--- a/meson.build
+++ b/meson.build
@@ -36,6 +36,7 @@ gdkpixbuf = dependency('gdk-pixbuf-2.0', required : get_option('gdk-pixbuf'))
dependencies = [
dependency('gtk+-3.0'),
dependency('pixman-1'),
+ dependency('epoxy'),
dependency('libjpeg'),
dependency('libturbojpeg'),