Skip to content
Snippets Groups Projects
Commit afa830a4 authored by Rashad Kanavath's avatar Rashad Kanavath
Browse files

PKG: skip gtk libs in xdk build

parent 35cd1ba8
No related branches found
No related tags found
No related merge requests found
......@@ -474,6 +474,11 @@ function(pkg_install_rule src_file)
)
set(SKIP_INSTALL TRUE)
endif()
if(is_gtk_lib)
set(SKIP_INSTALL TRUE)
endif()
endif()
if(NOT SKIP_INSTALL)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment