mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 09:30:45 -05:00
Really install region.h as private header
Libmutter-private's preview-widget.h depends on region.h, so that one needs to be installed as well in order to keep dependees build. Signed-off-by: Tomas Frydrych <tf@linux.intel.com>
This commit is contained in:
parent
dad1f01c5b
commit
1024eae742
@ -181,7 +181,8 @@ libmutterinclude_base_headers = \
|
||||
# atomnames.h: macros cause problems for scanning process
|
||||
libmutterinclude_extra_headers = \
|
||||
ui/preview-widget.h \
|
||||
include/atomnames.h
|
||||
include/atomnames.h \
|
||||
include/region.h
|
||||
|
||||
libmutterinclude_HEADERS = \
|
||||
$(libmutterinclude_base_headers) \
|
||||
|
Loading…
Reference in New Issue
Block a user