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>2023-10-17 15:34:45 +0200
commit15be601c6923280abe369620b6105676525c165a (patch)
tree9cb25223c67aa166432fb5fda1a7a130b9ca0b06 /meson.build
parent61e969d54f77aa385dc651427c175f65888b931d (diff)
downloadfiv-15be601c6923280abe369620b6105676525c165a.tar.gz
fiv-15be601c6923280abe369620b6105676525c165a.tar.xz
fiv-15be601c6923280abe369620b6105676525c165a.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 9c616ad..ac1a02f 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'),