From 039e064d6b7cbeccba49ceb5089aa72238cbd5cc Mon Sep 17 00:00:00 2001 From: David Capello Date: Wed, 29 Aug 2018 10:23:15 -0300 Subject: [PATCH] ui library doesn't depend on pixman directly ui-lib depends on laf-gfx which already depends on pixman. --- src/ui/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ui/CMakeLists.txt b/src/ui/CMakeLists.txt index 3ef348261..a2db7bb6c 100644 --- a/src/ui/CMakeLists.txt +++ b/src/ui/CMakeLists.txt @@ -59,5 +59,4 @@ target_link_libraries(ui-lib laf-os laf-gfx laf-base - obs - ${PIXMAN_LIBRARY}) + obs)