Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 739498 | Differences between
and this patch

Collapse All | Expand All

(-)a/CMakeLists.txt (-7 lines)
Lines 1268-1280 if(UNIX AND NOT APPLE) Link Here
1268
      "${CMAKE_INSTALL_DATADIR}/metainfo"
1268
      "${CMAKE_INSTALL_DATADIR}/metainfo"
1269
  )
1269
  )
1270
1270
1271
  # udev rule file for USB HID and Bulk controllers
1272
  install(
1273
    FILES
1274
      "${CMAKE_CURRENT_SOURCE_DIR}/res/linux/mixxx-usb-uaccess.rules"
1275
    DESTINATION
1276
      "${CMAKE_INSTALL_SYSCONFDIR}/udev/rules.d"
1277
  )
1278
endif()
1271
endif()
1279
1272
1280
#
1273
#

Return to bug 739498