do not enable linux_headless when flatpak or appimage is enabled
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
parent
1f06dc7122
commit
afe07dde6f
3 changed files with 20 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ pub mod delegate;
|
|||
pub mod linux;
|
||||
|
||||
#[cfg(all(target_os = "linux", feature = "linux_headless"))]
|
||||
#[cfg(not(any(feature = "flatpak", feature = "appimage")))]
|
||||
pub mod linux_desktop_manager;
|
||||
|
||||
#[cfg(not(any(target_os = "android", target_os = "ios")))]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue