Skip to content

Commit

Permalink
slim: fix build with ft2 & pam support
Browse files Browse the repository at this point in the history
  • Loading branch information
v4hn committed Feb 17, 2014
1 parent 8ca3b9f commit c192838
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions x11-utils/slim/PRE_BUILD
Expand Up @@ -3,6 +3,10 @@ default_pre_build &&
patch_it $SOURCE2 1 &&
patch_it $SOURCE3 1 &&

sedit 's@FREETYPE_INCLUDE_DIR_freetype2@FREETYPE_INCLUDE_DIR_ft2build@' CMakeLists.txt &&

sedit '126 i target_link_libraries(libslim ${PAM_LIBRARY})' CMakeLists.txt &&

# don't install systemd files here
# we provide them separately
sedit '/systemd/ d' CMakeLists.txt

0 comments on commit c192838

Please sign in to comment.