Skip to content

Commit

Permalink
[gitignore]. [cmake] remove gettext
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyichao committed Jan 1, 2013
1 parent 3395ef2 commit 44ba34f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
14 changes: 10 additions & 4 deletions .gitignore
@@ -1,7 +1,13 @@
build/*
*~
build*/
.*
!.git*
.git/
*.tar.*
*.kdev4
.kdev_include_paths
.directory
*.kate-swp
*.orig
*~
tags
astyle.sh
cscope.*
*.part
1 change: 0 additions & 1 deletion CMakeLists.txt
Expand Up @@ -5,7 +5,6 @@ project(fcitx-chewing)
set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake" ${CMAKE_MODULE_PATH})

FIND_PACKAGE(Chewing REQUIRED)
FIND_PACKAGE(Gettext REQUIRED)
FIND_PACKAGE(Fcitx 4.2.7 REQUIRED)

_fcitx_add_uninstall_target()
Expand Down

0 comments on commit 44ba34f

Please sign in to comment.