xset_1.2.4.bb 606 B

12345678910111213141516171819
  1. require xorg-app-common.inc
  2. SUMMARY = "Utility for setting various user preference options of the display"
  3. DESCRIPTION = "xset is a utility that is used to set various user \
  4. preference options of the display."
  5. LICENSE = "MIT"
  6. LIC_FILES_CHKSUM = "file://COPYING;md5=bea81cc9827cdf1af0e12c2b8228cf8d"
  7. DEPENDS += "libxext libxmu libxau"
  8. PE = "1"
  9. SRC_URI += "file://disable-xkb.patch"
  10. SRC_URI[md5sum] = "70ea7bc7bacf1a124b1692605883f620"
  11. SRC_URI[sha256sum] = "e4fd95280df52a88e9b0abc1fee11dcf0f34fc24041b9f45a247e52df941c957"
  12. CFLAGS += "-D_GNU_SOURCE"
  13. EXTRA_OECONF = "--disable-xkb --without-fontcache"