@ -12,6 +12,8 @@
# T h e v e r s i o n o f X w a y l a n d
# T h e v e r s i o n o f X w a y l a n d
# ` ` X w a y l a n d _ H A V E _ L I S T E N F D ` `
# ` ` X w a y l a n d _ H A V E _ L I S T E N F D ` `
# T r u e if ( the requested version of ) X w a y l a n d h a s - l i s t e n f d o p t i o n
# T r u e if ( the requested version of ) X w a y l a n d h a s - l i s t e n f d o p t i o n
# ` ` X w a y l a n d _ H A V E _ E N A B L E _ E I _ P O R T A L ` `
# T r u e if ( the requested version of ) X w a y l a n d h a s - e n a b l e - e i - p o r t a l o p t i o n
# = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
# = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
# S P D X - F i l e C o p y r i g h t T e x t : 2 0 1 6 M a r t i n G r ä ß l i n < m g r a e s s l i n @ k d e . o r g >
# S P D X - F i l e C o p y r i g h t T e x t : 2 0 1 6 M a r t i n G r ä ß l i n < m g r a e s s l i n @ k d e . o r g >
@ -25,6 +27,7 @@ pkg_check_modules(PKG_xwayland QUIET xwayland)
set ( Xwayland_VERSION ${ PKG_xwayland_VERSION } )
set ( Xwayland_VERSION ${ PKG_xwayland_VERSION } )
pkg_get_variable ( Xwayland_HAVE_LISTENFD xwayland have_listenfd )
pkg_get_variable ( Xwayland_HAVE_LISTENFD xwayland have_listenfd )
pkg_get_variable ( Xwayland_HAVE_ENABLE_EI_PORTAL xwayland have_enable_ei_portal )
find_program ( Xwayland_EXECUTABLE NAMES Xwayland )
find_program ( Xwayland_EXECUTABLE NAMES Xwayland )
find_package_handle_standard_args ( Xwayland
find_package_handle_standard_args ( Xwayland