mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-14 18:25:37 -04:00
10 lines
241 B
C
10 lines
241 B
C
/* SPDX-FileCopyrightText: no
|
|
SPDX-License-Identifier: CC0-1.0
|
|
*/
|
|
#ifndef CALAMARESWEBVIEWCONFIG_H
|
|
#define CALAMARESWEBVIEWCONFIG_H
|
|
|
|
#cmakedefine WEBVIEW_WITH_WEBENGINE
|
|
#cmakedefine WEBVIEW_WITH_WEBKIT
|
|
|
|
#endif // CALAMARESWEBVIEWCONFIG_H
|