forked from jengelh/wxWidgets-3_2
Jan Engelhardt
66872e5549
The xml files are required when bootstrapping wxWindows from a git checkout. - Install missing header added in 3.1.7, add 0001-Add-new-wx-filedlgcustomize.h-to-the-list-of-files.patch - Add doc generation using _multibuild - Enable non-gui tests OBS-URL: https://build.opensuse.org/request/show/985562 OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/wxWidgets-3_2?expand=0&rev=92
67 lines
1.8 KiB
Diff
67 lines
1.8 KiB
Diff
From 5f1c1e9eb6856c92bbba242f854baab18b9ff566 Mon Sep 17 00:00:00 2001
|
|
From: Vadim Zeitlin <vadim@wxwidgets.org>
|
|
Date: Sat, 11 Jun 2022 15:13:38 +0200
|
|
Subject: [PATCH] Add new wx/filedlgcustomize.h to the list of files
|
|
|
|
Notably install it together with the other headers.
|
|
|
|
Closes #22516.
|
|
---
|
|
Makefile.in | 1 +
|
|
build/bakefiles/files.bkl | 1 +
|
|
build/cmake/files.cmake | 1 +
|
|
build/files | 1 +
|
|
4 files changed, 4 insertions(+)
|
|
|
|
diff --git a/Makefile.in b/Makefile.in
|
|
index 9c3919ffaa..65ee6e1817 100644
|
|
--- a/Makefile.in
|
|
+++ b/Makefile.in
|
|
@@ -4063,6 +4063,7 @@ COND_USE_GUI_1_ALL_GUI_HEADERS = \
|
|
wx/generic/creddlgg.h \
|
|
wx/creddlg.h \
|
|
wx/bmpbndl.h \
|
|
+ wx/filedlgcustomize.h \
|
|
$(LOWLEVEL_HDR) \
|
|
$(GUI_CORE_HEADERS) \
|
|
wx/mediactrl.h \
|
|
diff --git a/build/bakefiles/files.bkl b/build/bakefiles/files.bkl
|
|
index 0b16b7d632..5007c6ab97 100644
|
|
--- a/build/bakefiles/files.bkl
|
|
+++ b/build/bakefiles/files.bkl
|
|
@@ -1310,6 +1310,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
|
|
wx/generic/creddlgg.h
|
|
wx/creddlg.h
|
|
wx/bmpbndl.h
|
|
+ wx/filedlgcustomize.h
|
|
</set>
|
|
|
|
<!-- ====================================================================== -->
|
|
diff --git a/build/cmake/files.cmake b/build/cmake/files.cmake
|
|
index 8c9bcf58b5..0b5ea94dcf 100644
|
|
--- a/build/cmake/files.cmake
|
|
+++ b/build/cmake/files.cmake
|
|
@@ -1213,6 +1213,7 @@ set(GUI_CMN_HDR
|
|
wx/generic/creddlgg.h
|
|
wx/generic/animate.h
|
|
wx/bmpbndl.h
|
|
+ wx/filedlgcustomize.h
|
|
)
|
|
|
|
set(UNIX_SRC
|
|
diff --git a/build/files b/build/files
|
|
index ca7e119b61..e918da31ba 100644
|
|
--- a/build/files
|
|
+++ b/build/files
|
|
@@ -1017,6 +1017,7 @@ GUI_CMN_HDR =
|
|
wx/fdrepdlg.h
|
|
wx/filectrl.h
|
|
wx/filedlg.h
|
|
+ wx/filedlgcustomize.h
|
|
wx/filehistory.h
|
|
wx/filepicker.h
|
|
wx/fmappriv.h
|
|
--
|
|
2.36.1
|
|
|