[evince/wip/chpe/symbols-visibility: 4/13] libdocument: Don't install private headers




commit 802ef2ecc0b68618290eabe5dd81378ebc14f5c0
Author: Christian Persch <chpe src gnome org>
Date:   Wed Dec 1 16:51:33 2021 +0100

    libdocument: Don't install private headers
    
    Some private headers were mistakenly installed into the public include
    directory.

 libdocument/meson.build | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/libdocument/meson.build b/libdocument/meson.build
index 02cc36a6c..58b454e27 100644
--- a/libdocument/meson.build
+++ b/libdocument/meson.build
@@ -7,13 +7,12 @@ headers = files(
   'ev-async-renderer.h',
   'ev-attachment.h',
   'ev-backends-manager.h',
-  'ev-document-factory.h',
   'ev-document-annotations.h',
   'ev-document-attachments.h',
+  'ev-document-factory.h',
   'ev-document-find.h',
   'ev-document-fonts.h',
   'ev-document-forms.h',
-  'ev-document.h',
   'ev-document-images.h',
   'ev-document-info.h',
   'ev-document-layers.h',
@@ -22,12 +21,12 @@ headers = files(
   'ev-document-misc.h',
   'ev-document-print.h',
   'ev-document-security.h',
-  'ev-document-transition.h',
   'ev-document-text.h',
+  'ev-document-transition.h',
+  'ev-document.h',
   'ev-file-exporter.h',
   'ev-file-helpers.h',
   'ev-form-field.h',
-  'ev-form-field-private.h',
   'ev-image.h',
   'ev-init.h',
   'ev-layer.h',


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