aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2023-02-22 11:55:32 +0100
committerThomas White <taw@physics.org>2023-03-01 11:48:26 +0100
commit5447eecea2127fa75c22e39571370c0515dde76d (patch)
treeb6d1a67927b087450ed4a44beb522e9f3cf6c03e /meson.build
parent3c54d59e1c13aaae716845fed2585770c3ca9d14 (diff)
Remove vestigial geoptimiser stuff
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build18
1 files changed, 0 insertions, 18 deletions
diff --git a/meson.build b/meson.build
index 59bbcfb7..21f4534a 100644
--- a/meson.build
+++ b/meson.build
@@ -43,16 +43,6 @@ if gtkdep.found()
conf_data.set10('HAVE_GTK', true)
endif
-gdkdep = dependency('gdk-3.0', required: false)
-if gdkdep.found()
- conf_data.set10('HAVE_GDK', true)
-endif
-
-gdkpixbufdep = dependency('gdk-pixbuf-2.0', required: false)
-if gdkpixbufdep.found()
- conf_data.set10('HAVE_GDKPIXBUF', true)
-endif
-
cairodep = dependency('cairo', required: false)
if cairodep.found()
conf_data.set10('HAVE_CAIRO', true)
@@ -193,13 +183,6 @@ if hdf5dep.found()
install_rpath: '$ORIGIN/../lib64/:$ORIGIN/../lib')
endif
-# geoptimiser
-# FIXME: restore
-#executable('geoptimiser',
-# ['src/geoptimiser.c', 'src/hdfsee-render.c', versionc],
-# dependencies: [mdep, libcrystfeldep, gsldep, gdkpixbufdep, gdkdep],
-# install: true,
-# install_rpath: '$ORIGIN/../lib64/:$ORIGIN/../lib')
# CrystFEL GUI
if gtkdep.found()
@@ -300,7 +283,6 @@ install_man(['doc/man/ambigator.1',
'doc/man/compare_hkl.1',
'doc/man/crystfel.7',
'doc/man/crystfel_geometry.5',
- 'doc/man/geoptimiser.1',
'doc/man/get_hkl.1',
'doc/man/indexamajig.1',
'doc/man/list_events.1',