Skip to content

Commit

Permalink
libusbugen: missing rule to install required packages
Browse files Browse the repository at this point in the history
  • Loading branch information
alarcher committed Jan 21, 2022
1 parent cfcfd7f commit 6a2ac67
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion components/library/libusb/ugen/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ include ../../../../make-rules/shared-macros.mk

COMPONENT_NAME= libusb-ugen
COMPONENT_VERSION= 0.1.8
COMPONENT_REVISION= 1
IPS_COMPONENT_VERSION= 0.5.11
COMPONENT_PROJECT_URL= http://libusb.sf.net/
COMPONENT_SRC= src
Expand All @@ -48,7 +49,7 @@ clobber: clean
$(RM) $(SOURCE_DIR)/.prep

# common targets
$(SOURCE_DIR)/.prep:
$(SOURCE_DIR)/.prep: component-environment-prep
$(TOUCH) $@

prep: $(SOURCE_DIR)/.prep
Expand All @@ -62,3 +63,4 @@ test: $(TEST_32_and_64)

# Build dependencies
REQUIRED_PACKAGES+= system/header/header-ugen
REQUIRED_PACKAGES+= system/library/usb/libusb
4 changes: 3 additions & 1 deletion components/library/libusb/ugen/pkg5
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"dependencies": [
"SUNWcs",
"shell/ksh93",
"system/header/header-ugen",
"system/library"
"system/library",
"system/library/usb/libusb"
],
"fmris": [
"system/library/usb/libusbugen"
Expand Down

0 comments on commit 6a2ac67

Please sign in to comment.