mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Export icon fetcher header, remove nxd from icon-fetcher header.
This commit is contained in:
parent
d526ae2ec3
commit
e4d823774c
4 changed files with 4 additions and 2 deletions
|
@ -44,7 +44,8 @@ rofiinclude_HEADERS=\
|
|||
include/mode.h\
|
||||
include/mode-private.h\
|
||||
include/helper.h\
|
||||
include/rofi-types.h
|
||||
include/rofi-types.h\
|
||||
include/rofi-icon-fetcher.h
|
||||
|
||||
##
|
||||
# Rofi the program
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
#include <glib.h>
|
||||
#include <stdint.h>
|
||||
#include <cairo.h>
|
||||
#include "nkutils-xdg-theme.h"
|
||||
|
||||
/**
|
||||
* @defgroup ICONFETCHER IconFetcher
|
||||
|
|
|
@ -110,6 +110,7 @@ install_headers([
|
|||
'include/mode-private.h',
|
||||
'include/helper.h',
|
||||
'include/rofi-types.h',
|
||||
'include/rofi-icon-fetcher.h'
|
||||
],
|
||||
subdir: meson.project_name(),
|
||||
)
|
||||
|
|
|
@ -37,6 +37,7 @@
|
|||
#include "keyb.h"
|
||||
#include "view.h"
|
||||
|
||||
#include "nkutils-xdg-theme.h"
|
||||
|
||||
typedef struct {
|
||||
// Context for icon-themes.
|
||||
|
|
Loading…
Reference in a new issue