Skip to content

Commit

Permalink
keymaps: don't install keymaps when compiled with xkbfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kiilerix committed Feb 20, 2012
1 parent a252002 commit 6c50dd5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions keymaps/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

install(FILES aliases amiga ataritt empty evdev fujitsu hp ibm macintosh macosx sony sun xfree86 xfree98 DESTINATION ${FREERDP_KEYMAP_PATH})
install(DIRECTORY digital_vndr DESTINATION ${FREERDP_KEYMAP_PATH} FILES_MATCHING PATTERN "*")
install(DIRECTORY sgi_vndr DESTINATION ${FREERDP_KEYMAP_PATH} FILES_MATCHING PATTERN "*")

if(NOT WITH_XKBFILE)
install(FILES aliases amiga ataritt empty evdev fujitsu hp ibm macintosh macosx sony sun xfree86 xfree98 DESTINATION ${FREERDP_KEYMAP_PATH})
install(DIRECTORY digital_vndr DESTINATION ${FREERDP_KEYMAP_PATH} FILES_MATCHING PATTERN "*")
install(DIRECTORY sgi_vndr DESTINATION ${FREERDP_KEYMAP_PATH} FILES_MATCHING PATTERN "*")
endif()

0 comments on commit 6c50dd5

Please sign in to comment.