[gimp/meson: 21/128] Add missing mimetypes



commit 80a503610f0c25d22755c684d72b10e188d3e529
Author: Félix Piédallu <felix piedallu me>
Date:   Thu Nov 16 17:22:33 2017 +0100

    Add missing mimetypes

 meson.build |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/meson.build b/meson.build
index c22ba59..2705484 100644
--- a/meson.build
+++ b/meson.build
@@ -461,7 +461,7 @@ if get_option('with-wmf')
   if not wmf_version.version_compare('>=0.2.8')
     error('libwmf version is too old (' + wmf_version + ', 0.2.8 required)')
   endif
-  MimeTypes += [ 'image/x-wmf', ]
+  MIMEtypes += [ 'image/x-wmf', ]
 endif
 
 # libjasper
@@ -477,7 +477,7 @@ have_xmc = false
 if get_option('with-xmc')
   have_xmc = true
   xmc = dependency('xcursor')
-  MimeTypes += [ 'image/x-xcursor', ]
+  MIMEtypes += [ 'image/x-xcursor', ]
 endif
 
 # alsa


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]