mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
[Test] Fix meson test, remove gif dep from meson.
This commit is contained in:
parent
43957321d4
commit
b541bf55bc
4 changed files with 3 additions and 4 deletions
|
@ -71,9 +71,6 @@ deps += [
|
||||||
dependency('libstartup-notification-1.0'),
|
dependency('libstartup-notification-1.0'),
|
||||||
]
|
]
|
||||||
|
|
||||||
libgif = c_compiler.find_library('libgif', required: false)
|
|
||||||
deps += [ libgif ]
|
|
||||||
|
|
||||||
check = dependency('check', version: '>= 0.11.0', required: get_option('check'))
|
check = dependency('check', version: '>= 0.11.0', required: get_option('check'))
|
||||||
|
|
||||||
header_conf = configuration_data()
|
header_conf = configuration_data()
|
||||||
|
@ -92,7 +89,6 @@ header_conf.set('GLIB_VERSION_MIN_REQUIRED', '(G_ENCODE_VERSION(@0@,@1@))'.forma
|
||||||
header_conf.set('GLIB_VERSION_MAX_ALLOWED', '(G_ENCODE_VERSION(@0@,@1@))'.format(glib_min_major, glib_min_minor))
|
header_conf.set('GLIB_VERSION_MAX_ALLOWED', '(G_ENCODE_VERSION(@0@,@1@))'.format(glib_min_major, glib_min_minor))
|
||||||
|
|
||||||
header_conf.set('ENABLE_DRUN', get_option('drun'))
|
header_conf.set('ENABLE_DRUN', get_option('drun'))
|
||||||
header_conf.set('HAVE_LIBGIF', libgif.found())
|
|
||||||
header_conf.set('WINDOW_MODE', get_option('window'))
|
header_conf.set('WINDOW_MODE', get_option('window'))
|
||||||
|
|
||||||
header_conf.set_quoted('MANPAGE_PATH', join_paths(get_option('prefix'), get_option('mandir')))
|
header_conf.set_quoted('MANPAGE_PATH', join_paths(get_option('prefix'), get_option('mandir')))
|
||||||
|
|
|
@ -40,6 +40,7 @@
|
||||||
#include "settings.h"
|
#include "settings.h"
|
||||||
#include "rofi-types.h"
|
#include "rofi-types.h"
|
||||||
#include "widgets/textbox.h"
|
#include "widgets/textbox.h"
|
||||||
|
#include "rofi-icon-fetcher.h"
|
||||||
|
|
||||||
#include <check.h>
|
#include <check.h>
|
||||||
|
|
||||||
|
|
|
@ -46,6 +46,7 @@
|
||||||
#include <helper.h>
|
#include <helper.h>
|
||||||
|
|
||||||
#include <check.h>
|
#include <check.h>
|
||||||
|
#include "rofi-icon-fetcher.h"
|
||||||
|
|
||||||
ThemeWidget *rofi_theme = NULL;
|
ThemeWidget *rofi_theme = NULL;
|
||||||
|
|
||||||
|
|
|
@ -41,6 +41,7 @@
|
||||||
#include "css-colors.h"
|
#include "css-colors.h"
|
||||||
#include "widgets/widget-internal.h"
|
#include "widgets/widget-internal.h"
|
||||||
#include "widgets/textbox.h"
|
#include "widgets/textbox.h"
|
||||||
|
#include "rofi-icon-fetcher.h"
|
||||||
|
|
||||||
|
|
||||||
#include <check.h>
|
#include <check.h>
|
||||||
|
|
Loading…
Reference in a new issue