Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[cmake] Rename find_package(kodi) to Kodi #45

Merged
merged 2 commits into from May 18, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 2.6)

enable_language(CXX)

find_package(kodi REQUIRED)
find_package(Kodi REQUIRED)
find_package(kodiplatform REQUIRED)
find_package(p8-platform REQUIRED)

Expand Down
2 changes: 1 addition & 1 deletion pvr.wmc/addon.xml.in
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon
id="pvr.wmc"
version="1.3.1"
version="1.4.0"
name="PVR WMC Client"
provider-name="KrustyReturns and scarecrow420">
<requires>
Expand Down
3 changes: 3 additions & 0 deletions pvr.wmc/changelog.txt
@@ -1,3 +1,6 @@
1.4.0
- Cmake: rename find_package kodi to Kodi

1.3.1
- Fix includes

Expand Down